Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WingServerOptions ¶
type WingServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions Admission *genericoptions.AdmissionOptions StdOut io.Writer StdErr io.Writer }
func NewWingServerOptions ¶
func NewWingServerOptions(out, errOut io.Writer) *WingServerOptions
func (*WingServerOptions) Complete ¶
func (o *WingServerOptions) Complete() error
func (WingServerOptions) RunWingServer ¶
func (o WingServerOptions) RunWingServer(stopCh <-chan struct{}) error
func (*WingServerOptions) Validate ¶
func (o *WingServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.