Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HubServerOptions ¶
type HubServerOptions struct { // No tunnel logging by default TunnelLogging bool RecommendedOptions *genericoptions.RecommendedOptions }
HubServerOptions contains state for master/api server
func NewHubServerOptions ¶
func NewHubServerOptions() *HubServerOptions
NewHubServerOptions returns a new HubServerOptions
func (*HubServerOptions) AddFlags ¶
func (o *HubServerOptions) AddFlags(fs *pflag.FlagSet)
func (*HubServerOptions) Complete ¶
func (o *HubServerOptions) Complete() error
Complete fills in fields required to have valid data
func (*HubServerOptions) Config ¶
func (o *HubServerOptions) Config() (*apiserver.Config, error)
Config returns config for the api server given HubServerOptions
func (*HubServerOptions) Validate ¶
func (o *HubServerOptions) Validate(args []string) error
Validate validates HubServerOptions
Click to show internal directories.
Click to hide internal directories.