Document where the API supports single resources.

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
pull/19550/head
Julian V. Modesto 2020-03-08 12:05:52 -04:00 committed by Julian V. Modesto
parent ebcb5b12e3
commit 18260ef37b
1 changed files with 11 additions and 0 deletions

View File

@ -334,6 +334,17 @@ are not vulnerable to ordering changes in the list.
Once the last finalizer is removed, the resource is actually removed from etcd.
## Single resource API
API verbs GET, CREATE, UPDATE, PATCH, DELETE and PROXY support single resources only.
These verbs with single resource support have no support for submitting
multiple resources together in an ordered or unordered list or transaction.
Clients including kubectl will parse a list of resources and make
single-resource API requests.
API verbs LIST and WATCH support getting multiple resources, and
DELETECOLLECTION supports deleting multiple resources.
## Dry-run
{{< feature-state for_k8s_version="v1.18" state="stable" >}}