From 712686dcbd613d9428823677fefec55e114c9099 Mon Sep 17 00:00:00 2001 From: Charlie Le <3375195+CharlieTLe@users.noreply.github.com> Date: Sat, 1 Jun 2024 20:48:20 -0700 Subject: [PATCH] Update custom-resources.md Removes extraneous 'with'. --- .../extend-kubernetes/api-extension/custom-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md b/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md index 5e8ac0a935..819dbc306b 100644 --- a/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md +++ b/content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md @@ -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