Typo fix: programtic -> programmatic (#7194)
parent
bcf97b595e
commit
b3f879e395
|
@ -12,7 +12,7 @@ This page describes common concepts in the Kubernetes API.
|
|||
{% endcapture %}
|
||||
|
||||
{% capture body %}
|
||||
The Kubernetes API is a resource-based (RESTful) programatic interface provided via HTTP. It supports retrieving, creating,
|
||||
The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating,
|
||||
updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET), includes additional subresources for many objects that allow fine grained authorization (such as binding a pod to a node), and can accept and serve those resources in different representations for convenience or efficiency. It also supports efficient change notifications on resources via "watches" and consistent lists to allow other components to effectively cache and synchronize the state of resources.
|
||||
|
||||
## Standard API terminology
|
||||
|
|
Loading…
Reference in New Issue