Update field-selectors.md (#18641)

This commit is contained in:
Shivesh Abhishek
2020-01-18 22:11:35 +05:30
committed by Kubernetes Prow Robot
parent 7879c46450
commit b647b6ec55
@@ -3,7 +3,7 @@ title: Field Selectors
weight: 60
---
_Field selectors_ let you [select Kubernetes resources](/docs/concepts/overview/working-with-objects/kubernetes-objects) based on the value of one or more resource fields. Here are some example field selector queries:
_Field selectors_ let you [select Kubernetes resources](/docs/concepts/overview/working-with-objects/kubernetes-objects) based on the value of one or more resource fields. Here are some examples of field selector queries:
* `metadata.name=my-service`
* `metadata.namespace!=default`