FeatureFlags: Remove unused settings for admin UI (#114137)

This commit is contained in:
Ryan McKinley
2025-11-20 13:33:44 +00:00
committed by GitHub
parent f6a1d4a14e
commit c9801fc66e
10 changed files with 703 additions and 1171 deletions
@@ -44,12 +44,6 @@ type FeatureSpec struct {
// The flag is used at startup, so any change requires a restart
RequiresRestart bool `json:"requiresRestart,omitempty"`
// Allow cloud users to set the values in UI
AllowSelfServe bool `json:"allowSelfServe,omitempty"`
// Do not show the value in the UI
HideFromAdminPage bool `json:"hideFromAdminPage,omitempty"`
// Do not show the value in docs
HideFromDocs bool `json:"hideFromDocs,omitempty"`