FeatureToggles: Add dev only feature toggle for apiserver (#62726)

This commit is contained in:
Ryan McKinley
2023-02-01 12:28:19 -08:00
committed by GitHub
parent ba6500576b
commit d4f4a83574
4 changed files with 12 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ export interface FeatureToggles {
storage?: boolean;
k8s?: boolean;
k8sDashboards?: boolean;
apiserver?: boolean;
supportBundles?: boolean;
dashboardsFromStorage?: boolean;
export?: boolean;