Skip to content

Commit

Permalink
Remove feature-state tag for categories for CRDs
Browse files Browse the repository at this point in the history
The Categories field for CRDs was documented as beta in 1.10 in kubernetes#7439
mainly because CRDs were in beta back then.

The `feature-state` tag for this section was added in kubernetes#2754, however
this section doesn't need a `feature-state` tag because the field is not
gated by any feature gate:

https://github.com/kubernetes/kubernetes/blob/90851a0fb5bbb6f02b3c22715f9f91609f8ee438/staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go#L247-L251

It is now safe to remove the feature-state tag. Moreover, CRDs are now
GA so the beta state is not accurate.
  • Loading branch information
nikhita authored and s-kawamura-w664 committed Apr 22, 2021
1 parent 40fa09c commit 705f2fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,6 @@ resources that have the scale subresource enabled.

### Categories

{{< feature-state state="beta" for_k8s_version="v1.10" >}}

Categories is a list of grouped resources the custom resource belongs to (eg. `all`).
You can use `kubectl get <category-name>` to list the resources belonging to the category.

Expand Down

0 comments on commit 705f2fe

Please sign in to comment.