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 b5677b6 commit 712686dCopy full SHA for 712686d
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