K8S: cleanup and consolidate feature toggles (#63212)
This commit is contained in:
@@ -119,18 +119,6 @@ var (
|
||||
State: FeatureStateAlpha,
|
||||
RequiresDevMode: true,
|
||||
},
|
||||
{
|
||||
Name: "k8sDashboards",
|
||||
Description: "Save dashboards via k8s",
|
||||
State: FeatureStateAlpha,
|
||||
RequiresDevMode: true,
|
||||
},
|
||||
{
|
||||
Name: "apiserver",
|
||||
Description: "Add a k8s API server proxy",
|
||||
State: FeatureStateAlpha,
|
||||
RequiresDevMode: true,
|
||||
},
|
||||
{
|
||||
Name: "supportBundles",
|
||||
Description: "Support bundles for troubleshooting",
|
||||
|
||||
@@ -91,14 +91,6 @@ const (
|
||||
// Explore native k8s integrations
|
||||
FlagK8s = "k8s"
|
||||
|
||||
// FlagK8sDashboards
|
||||
// Save dashboards via k8s
|
||||
FlagK8sDashboards = "k8sDashboards"
|
||||
|
||||
// FlagApiserver
|
||||
// Add a k8s API server proxy
|
||||
FlagApiserver = "apiserver"
|
||||
|
||||
// FlagSupportBundles
|
||||
// Support bundles for troubleshooting
|
||||
FlagSupportBundles = "supportBundles"
|
||||
|
||||
@@ -25,7 +25,6 @@ func TestFeatureToggleFiles(t *testing.T) {
|
||||
"live-pipeline": true,
|
||||
"live-service-web-worker": true,
|
||||
"k8s": true, // Camel case does not like this one
|
||||
"k8sDashboards": true, // or this one
|
||||
}
|
||||
|
||||
t.Run("check registry constraints", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user