You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -631,9 +631,8 @@ may also be used with field selectors when included in the `spec.versions[*].sel
631
631
632
632
<!--
633
633
The `spec.versions[*].selectableFields` field of a {{< glossary_tooltip term_id="CustomResourceDefinition" text="CustomResourceDefinition" >}} may be used to
634
-
declare which other fields in a custom resource may be used in field selectors
635
-
with the feature of `CustomResourceFieldSelectors`
636
-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) (This feature gate is enabled by default since Kubernetes v1.31).
634
+
declare which other fields in a custom resource may be used in field selectors.
635
+
637
636
The following example adds the `.spec.color` and `.spec.size` fields as
0 commit comments