diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-01-11 03:55:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 03:55:08 -0800 |
| commit | 2435c6fc0cfbf375e8b7645ccd18c63484dee0ac (patch) | |
| tree | 9e79a7e28cde1a05e894f80a23cff7600349e968 | |
| parent | a576b137bc414c8f585776b11bd2d5766e86b1ba (diff) | |
| parent | ec191fa47301307690aeed7d9e7a9eac26d72b54 (diff) | |
Merge pull request #5396 from ashish-billore/patch-2
Minor corrections to the api conventions.
| -rw-r--r-- | contributors/devel/sig-architecture/api-conventions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md index 6def7d50..cd18e88e 100644 --- a/contributors/devel/sig-architecture/api-conventions.md +++ b/contributors/devel/sig-architecture/api-conventions.md @@ -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 |
