File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
contributors/devel/sig-architecture Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,10 @@ defaults) and may not have lists.
123
123
124
124
In addition, all lists that return objects with labels should support label
125
125
filtering (see [ the labels documentation] ( https://kubernetes.io/docs/user-guide/labels/ ) ), and most
126
- lists should support filtering by fields.
126
+ lists should support filtering by fields (see
127
+ [ the fields documentation] ( https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/ ) ).
127
128
128
- Examples: ` PodLists ` , ` ServiceLists ` , ` NodeLists ` .
129
-
130
- TODO: Describe field filtering below or in a separate doc.
129
+ Examples: ` PodList ` , ` ServiceList ` , ` NodeList ` .
131
130
132
131
3 . ** Simple** kinds are used for specific actions on objects and for
133
132
non-persistent entities.
You can’t perform that action at this time.
0 commit comments