Merge pull request #41114 from hatfieldbrian/patch-1
Correct `collection` definition to a list of instances of a resource _type_pull/43405/head
commit
e805cb9e7b
|
@ -34,7 +34,7 @@ API concepts:
|
|||
|
||||
* A *resource type* is the name used in the URL (`pods`, `namespaces`, `services`)
|
||||
* All resource types have a concrete representation (their object schema) which is called a *kind*
|
||||
* 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*
|
||||
* A single instance of a resource type is called a *resource*, and also usually represents an *object*
|
||||
* For some resource types, the API includes one or more *sub-resources*, which are represented as URI paths below the resource
|
||||
|
||||
|
|
Loading…
Reference in New Issue