We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176eb18 commit 25bb30bCopy full SHA for 25bb30b
content/en/docs/reference/using-api/api-concepts.md
@@ -34,7 +34,7 @@ API concepts:
34
35
* A *resource type* is the name used in the URL (`pods`, `namespaces`, `services`)
36
* All resource types have a concrete representation (their object schema) which is called a *kind*
37
-* A list of instances of a resource is known as a *collection*
+* A list of instances of a resource type is known as a *collection*
38
* A single instance of a resource type is called a *resource*, and also usually represents an *object*
39
* For some resource types, the API includes one or more *sub-resources*, which are represented as URI paths below the resource
40
0 commit comments