Merge pull request #5396 from ashish-billore/patch-2

Minor corrections to the api conventions.
This commit is contained in:
Kubernetes Prow Robot 2021-01-11 03:55:08 -08:00 committed by GitHub
commit 2435c6fc0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ kinds would have different attributes and properties)
via HTTP to the server. Resources are exposed via:
* Collections - a list of resources of the same type, which may be queryable
* Elements - an individual resource, addressable via a URL
* **API Group** a set of resources that are exposed together. Along
with the version is exposed in the "apiVersion" field as "GROUP/VERSION", e.g.
* **API Group** a set of resources that are exposed together, along
with the version exposed in the "apiVersion" field as "GROUP/VERSION", e.g.
"policy.k8s.io/v1".
Each resource typically accepts and returns data of a single kind. A kind may be