diff --git a/apis/ui/v1alpha1/openapi_generated.go b/apis/ui/v1alpha1/openapi_generated.go index 099fde951..03136c495 100644 --- a/apis/ui/v1alpha1/openapi_generated.go +++ b/apis/ui/v1alpha1/openapi_generated.go @@ -20155,6 +20155,13 @@ func schema_resource_metadata_apis_ui_v1alpha1_FeatureSetSpec(ref common.Referen Format: "", }, }, + "disabled": { + SchemaProps: spec.SchemaProps{ + Description: "Disabled specify whether this feature set is disabled.", + Type: []string{"boolean"}, + Format: "", + }, + }, "requiredFeatures": { SchemaProps: spec.SchemaProps{ Description: "RequiredFeatures specifies list of features that are necessary to consider this feature set as ready.", @@ -20300,6 +20307,13 @@ func schema_resource_metadata_apis_ui_v1alpha1_FeatureSpec(ref common.ReferenceC Format: "", }, }, + "disabled": { + SchemaProps: spec.SchemaProps{ + Description: "Disabled specify whether this feature set is disabled.", + Type: []string{"boolean"}, + Format: "", + }, + }, "requirements": { SchemaProps: spec.SchemaProps{ Description: "Requirements specifies the requirements to enable this feature.", diff --git a/crds/ui.k8s.appscode.com_features.yaml b/crds/ui.k8s.appscode.com_features.yaml index 9c6491fe0..6476d1ff6 100644 --- a/crds/ui.k8s.appscode.com_features.yaml +++ b/crds/ui.k8s.appscode.com_features.yaml @@ -94,6 +94,9 @@ spec: description: Description specifies a short description of the service this feature provides. type: string + disabled: + description: Disabled specify whether this feature set is disabled. + type: boolean featureBlock: description: FeatureBlock specifies the ui block name of this feature. type: string diff --git a/crds/ui.k8s.appscode.com_featuresets.yaml b/crds/ui.k8s.appscode.com_featuresets.yaml index 86a5ea0d6..dfe9e3df6 100644 --- a/crds/ui.k8s.appscode.com_featuresets.yaml +++ b/crds/ui.k8s.appscode.com_featuresets.yaml @@ -79,6 +79,9 @@ spec: description: Description specifies a short description of the services this feature set provides. type: string + disabled: + description: Disabled specify whether this feature set is disabled. + type: boolean icons: description: Icons is an optional list of icons for an application. Icon information includes the source, size, and mime type. These