Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UIServerOptions ¶
type UIServerOptions struct {
RecommendedOptions *genericoptions.RecommendedOptions
StdOut io.Writer
StdErr io.Writer
}
UIServerOptions contains state for master/api server
func NewUIServerOptions ¶
func NewUIServerOptions(out, errOut io.Writer) *UIServerOptions
NewUIServerOptions returns a new UIServerOptions
func (*UIServerOptions) Complete ¶
func (o *UIServerOptions) Complete() error
Complete fills in fields required to have valid data
func (*UIServerOptions) Config ¶
func (o *UIServerOptions) Config() (*apiserver.Config, error)
Config returns config for the api server given UIServerOptions
func (UIServerOptions) RunUIServer ¶
func (o UIServerOptions) RunUIServer(stopCh <-chan struct{}) error
RunUIServer starts a new UIServer given UIServerOptions
func (UIServerOptions) Validate ¶
func (o UIServerOptions) Validate(args []string) error
Validate validates UIServerOptions
Click to show internal directories.
Click to hide internal directories.