Skip to content

Commit ec191fa

Browse files
Minor corrections to the api conventions.
Fixed the API Group convention for readability.
1 parent a576b13 commit ec191fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ kinds would have different attributes and properties)
6565
via HTTP to the server. Resources are exposed via:
6666
* Collections - a list of resources of the same type, which may be queryable
6767
* Elements - an individual resource, addressable via a URL
68-
* **API Group** a set of resources that are exposed together. Along
69-
with the version is exposed in the "apiVersion" field as "GROUP/VERSION", e.g.
68+
* **API Group** a set of resources that are exposed together, along
69+
with the version exposed in the "apiVersion" field as "GROUP/VERSION", e.g.
7070
"policy.k8s.io/v1".
7171

7272
Each resource typically accepts and returns data of a single kind. A kind may be

0 commit comments

Comments
 (0)