Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerOptions ¶
type ServerOptions struct {
*serverconfig.Config
}
func NewServerOptions ¶
func NewServerOptions() *ServerOptions
func (*ServerOptions) CompleteEtcdOptions ¶
func (s *ServerOptions) CompleteEtcdOptions() *etcdRESTOptions.SimpleRestOptionsFactory
func (*ServerOptions) Flags ¶
func (s *ServerOptions) Flags() (fss cliflag.NamedFlagSets)
func (*ServerOptions) NewAPIServer ¶
func (s *ServerOptions) NewAPIServer(stopCh <-chan struct{}) (*server.APIServer, error)
func (*ServerOptions) Validate ¶
func (s *ServerOptions) Validate() []error
Click to show internal directories.
Click to hide internal directories.