Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { GenericServerRunOptions *genericoptions.ServerRunOptions `json:"server" mapstructure:"server"` SecureServing *genericoptions.SecureServingOptions `json:"secure" mapstructure:"secure"` InsecureServing *genericoptions.InsecureServingOptions `json:"insecure" mapstructure:"insecure"` RAOptions *genericoptions.RAOptions `json:"ra" mapstructure:"ra"` GRPCServing *genericoptions.GRPCServerOptions `json:"grpc" mapstructure:"grpc"` WebServerConfigsOptions *genericoptions.WebServerConfigsOptions `json:"web-server-configs" mapstructure:"web-server-configs"` MonitorOptions *genericoptions.MonitorOptions `json:"monitor" mapstructure:"monitor"` WebServerLogWatcherOptions *genericoptions.WebServerLogWatcherOptions `json:"web-server-log-watcher" mapstructure:"web-server-log-watcher"` Log *log.Options `json:"log" mapstructure:"log"` }
func NewOptions ¶
func NewOptions() *Options
func (*Options) Flags ¶
func (o *Options) Flags() (fss cliflag.NamedFlagSets)
Click to show internal directories.
Click to hide internal directories.