Skip to content

Commit 25bb30b

Browse files
Update api-concepts.md
Correct collection definition: a list of instances of a resource _type_
1 parent 176eb18 commit 25bb30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ API concepts:
3434

3535
* A *resource type* is the name used in the URL (`pods`, `namespaces`, `services`)
3636
* 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*
37+
* A list of instances of a resource type is known as a *collection*
3838
* A single instance of a resource type is called a *resource*, and also usually represents an *object*
3939
* For some resource types, the API includes one or more *sub-resources*, which are represented as URI paths below the resource
4040

0 commit comments

Comments
 (0)