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