Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartCustomServer ¶
func NewCommandStartCustomServer(defaults *CustomServerOptions, stopCh <-chan struct{}) *cobra.Command
NewCommandStartCustomServer provides a CLI handler for 'start master' command with a default CustomServerOptions.
Types ¶
type CustomServerOptions ¶
type CustomServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions }
func NewCustomServerOptions ¶
func NewCustomServerOptions() *CustomServerOptions
func (*CustomServerOptions) Complete ¶
func (o *CustomServerOptions) Complete() error
func (*CustomServerOptions) Config ¶
func (o *CustomServerOptions) Config() (*apiserver.Config, error)
func (CustomServerOptions) Run ¶
func (o CustomServerOptions) Run(stopCh <-chan struct{}) error
func (CustomServerOptions) Validate ¶
func (o CustomServerOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.