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.
2 parents b5677b6 + 712686d commit 8fbe44fCopy full SHA for 8fbe44f
content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
@@ -325,7 +325,7 @@ selectable fields.
325
326
{{% code_sample file="customresourcedefinition/shirt-resource-definition.yaml" %}}
327
328
-Field selectors can then be used to get only resources with with a `color` of `blue`:
+Field selectors can then be used to get only resources with a `color` of `blue`:
329
330
```shell
331
kubectl get shirts.stable.example.com --field-selector spec.color=blue
0 commit comments