Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Ports on which to run the server. // Explicitly setting these to a different value than the default values, to prevent this from clashing with a local cluster. InsecurePort = 8081 SecurePort = 6444 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerRunOptions ¶
type ServerRunOptions struct { GenericServerRunOptions *genericoptions.ServerRunOptions Etcd *genericoptions.EtcdOptions SecureServing *genericoptions.SecureServingOptions InsecureServing *genericoptions.ServingOptions Authentication *kubeoptions.BuiltInAuthenticationOptions CloudProvider *kubeoptions.CloudProviderOptions }
func NewServerRunOptions ¶ added in v1.3.0
func NewServerRunOptions() *ServerRunOptions
func (*ServerRunOptions) Run ¶
func (serverOptions *ServerRunOptions) Run(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.