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
return []error{fmt.Errorf("enabling APIPriorityAndFairness requires --runtime-confg=flowcontrol.apiserver.k8s.io/v1alpha1=true to enable the required API")}
144
+
}
145
+
}
146
+
147
+
return []error{}
148
+
}
149
+
130
150
// Validate checks ServerRunOptions and return a slice of found errs.
131
151
func (s*ServerRunOptions) Validate() []error {
132
152
varerrs []error
@@ -136,6 +156,7 @@ func (s *ServerRunOptions) Validate() []error {
0 commit comments