Skip to content

Commit e805cb9

Browse files
authored
Merge pull request #41114 from hatfieldbrian/patch-1
Correct `collection` definition to a list of instances of a resource _type_
2 parents 05a7760 + 25bb30b commit e805cb9

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)