CloudMigrations: Enable feature toggle by default in 11.5 (#98686)
* update toggle state for 11.5 * remove unneeded e2c toggle * remove public preview condition * regen some stuff
This commit is contained in:
@@ -47,7 +47,7 @@ type FeatureSpec struct {
|
||||
// Do not show the value in docs
|
||||
HideFromDocs bool `json:"hideFromDocs,omitempty"`
|
||||
|
||||
// Expression to determine if the flag is enabled by default
|
||||
// Expression to determine if the flag is enabled by default -- can only be "true" for toggles that are public preview, generally available, or deprecated
|
||||
Expression string `json:"expression,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
@@ -192,7 +192,7 @@ func schema_pkg_apis_featuretoggle_v0alpha1_FeatureSpec(ref common.ReferenceCall
|
||||
},
|
||||
"expression": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Expression to determine if the flag is enabled by default",
|
||||
Description: "Expression to determine if the flag is enabled by default -- can only be \"true\" for toggles that are public preview, generally available, or deprecated",
|
||||
Type: []string{"string"},
|
||||
Format: "",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user