Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Before = func(c *cli.Context) error { if !c.Bool("useConfigFile") { return nil } var err error flags.KubeOpts, err = options.LoadConfigFromDisk() if err != nil { return err } return nil } Start = func(c *cli.Context) error { if errs := flags.KubeOpts.Validate(); len(errs) > 0 { return utilerrors.NewAggregate(errs) } run(flags.KubeOpts, signals.SetupSignalHandler()) return nil } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.