Typo fix: programtic -> programmatic (#7194)

pull/7192/merge
Wei Li 2018-02-01 20:02:09 +08:00 committed by k8s-ci-robot
parent bcf97b595e
commit b3f879e395
1 changed files with 1 additions and 1 deletions

View File

@ -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