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:
Michael Mandrus
2025-01-10 06:28:35 -05:00
committed by GitHub
parent ae257246bc
commit 7aa747eb7b
7 changed files with 12 additions and 12 deletions
@@ -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: "",
},