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