Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthzOptions ¶
func NewAuthzOptions ¶
func NewAuthzOptions() *AuthzOptions
func (*AuthzOptions) AddFlags ¶
func (o *AuthzOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags for console to the specified FlagSet object.
func (*AuthzOptions) ApplyFlags ¶
func (o *AuthzOptions) ApplyFlags() []error
ApplyFlags parsing parameters from the command line or configuration file to the options instance.
type Options ¶
type Options struct { Log *log.Options SecureServing *apiserveroptions.SecureServingOptions Debug *apiserveroptions.DebugOptions ETCD *storageoptions.ETCDStorageOptions Generic *apiserveroptions.GenericOptions Authentication *apiserveroptions.AuthenticationWithAPIOptions Authorization *apiserveroptions.AuthorizationOptions PlatformAPIClient *controlleroptions.APIServerClientOptions Audit *genericapiserveroptions.AuditOptions Authz *AuthzOptions }
Options is the main context object for the TKE application apiserver.
func NewOptions ¶
NewOptions creates a new Options with a default config.
func (*Options) AddFlags ¶
AddFlags adds flags for a specific server to the specified FlagSet object.
func (*Options) ApplyFlags ¶
ApplyFlags parsing parameters from the command line or configuration file to the options instance.
Click to show internal directories.
Click to hide internal directories.