Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authentication ¶ added in v0.29.2
type Authentication struct {
ClientCAFile string
// EmbeddedAuthenticator is an optional authenticator delegating to the
// parent server's authentication chain. Set by the shard server when
// the cache server runs embedded.
EmbeddedAuthenticator authenticator.Request
}
func NewAuthentication ¶ added in v0.29.2
func NewAuthentication() *Authentication
func (*Authentication) AddFlags ¶ added in v0.29.2
func (o *Authentication) AddFlags(fs *pflag.FlagSet)
func (*Authentication) ApplyTo ¶ added in v0.29.2
func (o *Authentication) ApplyTo(authenticationInfo *genericapiserver.AuthenticationInfo, servingInfo *genericapiserver.SecureServingInfo) error
func (*Authentication) Validate ¶ added in v0.29.2
func (o *Authentication) Validate() []error
type Authorization ¶ added in v0.29.2
func NewAuthorization ¶ added in v0.29.2
func NewAuthorization() *Authorization
func (*Authorization) AddFlags ¶ added in v0.29.2
func (o *Authorization) AddFlags(fs *pflag.FlagSet)
func (*Authorization) ApplyTo ¶ added in v0.29.2
func (o *Authorization) ApplyTo(config *genericapiserver.Config) error
func (*Authorization) Validate ¶ added in v0.29.2
func (o *Authorization) Validate() []error
type CompletedOptions ¶
type CompletedOptions struct {
// contains filtered or unexported fields
}
func (*CompletedOptions) Validate ¶
func (o *CompletedOptions) Validate() []error
type Options ¶
type Options struct {
ServerRunOptions *genericoptions.ServerRunOptions
Etcd *genericoptions.EtcdOptions
SecureServing *genericoptions.SecureServingOptionsWithLoopback
Authentication *Authentication
Authorization *Authorization
APIEnablement *genericoptions.APIEnablementOptions
EmbeddedEtcd etcdoptions.Options
SyntheticDelay time.Duration
}
func NewOptions ¶
NewOptions creates a new Options with default parameters.
func (*Options) Complete ¶
func (o *Options) Complete() (*CompletedOptions, error)
Click to show internal directories.
Click to hide internal directories.