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 1287b07 commit 61c77c0Copy full SHA for 61c77c0
apis/core/v1alpha2/featureflagconfiguration_types.go
@@ -105,7 +105,7 @@ type FeatureFlagServiceProvider struct {
105
type FeatureFlagConfigurationStatus struct {
106
}
107
108
-//+kubebuilder:resource:shortName="ff"
+//+kubebuilder:resource:shortName="ffc"
109
//+kubebuilder:object:root=true
110
//+kubebuilder:subresource:status
111
apis/core/v1beta1/featureflag_types.go
@@ -59,8 +59,7 @@ type Flag struct {
59
type FeatureFlagStatus struct {
60
61
62
-// TODO change to `ff` when v1alpha* is removed
63
-//+kubebuilder:resource:shortName="ffc"
+//+kubebuilder:resource:shortName="ff"
64
65
66
//+kubebuilder:storageversion
0 commit comments