Update custom-resources.md

Removes extraneous 'with'.
pull/46619/head
Charlie Le 2024-06-01 20:48:20 -07:00 committed by GitHub
parent b5677b6e96
commit 712686dcbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ selectable fields.
{{% code_sample file="customresourcedefinition/shirt-resource-definition.yaml" %}}
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`:
```shell
kubectl get shirts.stable.example.com --field-selector spec.color=blue