Versions in this module Expand all Collapse all v0 v0.31.0 Apr 13, 2026 Changes in this version + type Admission struct + func NewAdmission() *Admission + func (s *Admission) ApplyTo(config *genericapiserver.Config, ...) error + type Authorization struct + AlwaysAllowGroups []string + AlwaysAllowPaths []string + func NewAuthorization() *Authorization + func (s *Authorization) AddFlags(fs *pflag.FlagSet) + func (s *Authorization) ApplyTo(config *genericapiserver.Config, ...) error + func (s *Authorization) Validate() []error + func (s *Authorization) WithAlwaysAllowGroups(groups ...string) *Authorization + func (s *Authorization) WithAlwaysAllowPaths(paths ...string) *Authorization