Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartAdmissionServer ¶
func NewCommandStartAdmissionServer(out, errOut io.Writer, stopCh <-chan struct{}, admissionHooks ...apiserver.AdmissionHook) *cobra.Command
NewCommandStartMaster provides a CLI handler for 'start master' command
Types ¶
type AdmissionServerOptions ¶
type AdmissionServerOptions struct { RecommendedOptions *genericoptions.RecommendedOptions AdmissionHooks []apiserver.AdmissionHook StdOut io.Writer StdErr io.Writer }
func NewAdmissionServerOptions ¶
func NewAdmissionServerOptions(out, errOut io.Writer, admissionHooks ...apiserver.AdmissionHook) *AdmissionServerOptions
func (*AdmissionServerOptions) Complete ¶
func (o *AdmissionServerOptions) Complete() error
func (AdmissionServerOptions) Config ¶
func (o AdmissionServerOptions) Config() (*apiserver.Config, error)
func (AdmissionServerOptions) RunAdmissionServer ¶
func (o AdmissionServerOptions) RunAdmissionServer(stopCh <-chan struct{}) error
func (AdmissionServerOptions) Validate ¶
func (o AdmissionServerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.