Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompletedServerRunOptions ¶
type CompletedServerRunOptions struct {
// contains filtered or unexported fields
}
CompletedServerRunOptions is a private wrapper that enforces a call of Complete() before Run can be invoked.
type ServerRunOptions ¶
ServerRunOptions runs a kubernetes api server.
func NewServerRunOptions ¶
func NewServerRunOptions() *ServerRunOptions
func (*ServerRunOptions) Complete ¶ added in v0.0.7
func (s *ServerRunOptions) Complete() (CompletedServerRunOptions, error)
Complete set default ServerRunOptions.
func (*ServerRunOptions) Validate ¶
func (s *ServerRunOptions) Validate(validate *validator.Validate) []error
Validate checks ServerRunOptions and return a slice of found errs.
Click to show internal directories.
Click to hide internal directories.