Merge pull request #5356 from pweil-/fix-list-examples

Correct list api examples and add link to field selector documentation
This commit is contained in:
Kubernetes Prow Robot 2021-01-04 08:09:56 -08:00 committed by GitHub
commit 952b06b6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -123,11 +123,10 @@ defaults) and may not have lists.
In addition, all lists that return objects with labels should support label
filtering (see [the labels documentation](https://kubernetes.io/docs/user-guide/labels/)), and most
lists should support filtering by fields.
lists should support filtering by fields (see
[the fields documentation](https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/)).
Examples: `PodLists`, `ServiceLists`, `NodeLists`.
TODO: Describe field filtering below or in a separate doc.
Examples: `PodList`, `ServiceList`, `NodeList`.
3. **Simple** kinds are used for specific actions on objects and for
non-persistent entities.