Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregatorServerOptions ¶
type AggregatorServerOptions struct { RecommendedOptions *utilapiserver.RecommendedOptions AggregatorHandler http.Handler }
func NewAggregatorServerOptions ¶
func NewAggregatorServerOptions(aggregatorHandler http.Handler, processInfo *kubeoptions.ProcessInfo) *AggregatorServerOptions
NewAggregatorServerOptions creates default options.
func (*AggregatorServerOptions) AddFlags ¶
func (o *AggregatorServerOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags to the flagset.
func (*AggregatorServerOptions) Complete ¶
func (o *AggregatorServerOptions) Complete() error
Complete fills in missing options.
func (*AggregatorServerOptions) Config ¶
func (o *AggregatorServerOptions) Config() (*apiserver.Config, error)
Config returns a configuration.
func (*AggregatorServerOptions) Validate ¶
func (o *AggregatorServerOptions) Validate() error
Validate validates the apiserver options.
Click to show internal directories.
Click to hide internal directories.