Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthzProviders ¶
type AuthzProviders struct {
Providers []string // contains providers name for which guard will provide service, required
}
func (*AuthzProviders) AddFlags ¶
func (a *AuthzProviders) AddFlags(fs *pflag.FlagSet)
func (*AuthzProviders) Apply ¶
func (a *AuthzProviders) Apply(d *apps.Deployment) (extraObjs []runtime.Object, err error)
func (*AuthzProviders) Has ¶
func (a *AuthzProviders) Has(name string) bool
func (*AuthzProviders) Validate ¶
func (a *AuthzProviders) Validate() []error
Click to show internal directories.
Click to hide internal directories.