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 0681aa9 commit 4f95b92Copy full SHA for 4f95b92
contributors/devel/sig-architecture/api-conventions.md
@@ -128,6 +128,11 @@ lists should support filtering by fields (see
128
129
Examples: `PodList`, `ServiceList`, `NodeList`.
130
131
+Note that`kubectl` and other tools sometimes output collections of resources
132
+as `kind: List`. Keep in mind that `kind: List` is not part of the Kubernetes API; it is
133
+exposing an implementation detail from client-side code in those tools, used to
134
+handle groups of mixed resources.
135
+
136
3. **Simple** kinds are used for specific actions on objects and for
137
non-persistent entities.
138
0 commit comments