You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,9 @@ func main() {
86
86
varnamespaceMetadataValidatorEnabledbool
87
87
flag.BoolVar(&namespaceMetadataValidatorEnabled, "namespace-metadata-validator-enabled", false, "Enable the NamespaceMetadataValidator webhook. Validates the metadata of a namespace.")
88
88
89
+
varlegacyNamespaceQuotaEnabledbool
90
+
flag.BoolVar(&legacyNamespaceQuotaEnabled, "legacy-namespace-quota-enabled", false, "Enable the legacy namespace quota controller. This controller is deprecated and will be removed in the future.")
91
+
89
92
varqps, burstint
90
93
flag.IntVar(&qps, "qps", 20, "QPS to use for the controller-runtime client")
91
94
flag.IntVar(&burst, "burst", 100, "Burst to use for the controller-runtime client")
0 commit comments