Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartEtcdStorageServer ¶
func NewCommandStartEtcdStorageServer(defaults *EtcdStorageServerOptions, stopCh <-chan struct{}) *cobra.Command
NewCommandStartEtcdStorageServer provides a CLI handler for 'start master' command with a default EtcdStorageServerOptions.
Types ¶
type EtcdStorageServerOptions ¶
type EtcdStorageServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions StdOut io.Writer StdErr io.Writer }
func NewEtcdStorageServerOptions ¶
func NewEtcdStorageServerOptions(out, errOut io.Writer) *EtcdStorageServerOptions
func (*EtcdStorageServerOptions) Complete ¶
func (o *EtcdStorageServerOptions) Complete() error
func (*EtcdStorageServerOptions) Config ¶
func (o *EtcdStorageServerOptions) Config() (*apiserver.Config, error)
func (EtcdStorageServerOptions) RunEtcdStorageServer ¶
func (o EtcdStorageServerOptions) RunEtcdStorageServer(stopCh <-chan struct{}) error
func (EtcdStorageServerOptions) Validate ¶
func (o EtcdStorageServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.