Documentation ¶
Overview ¶
Package app does all of the work necessary to create a Kubernetes APIServer by binding together the API, master and APIServer infrastructure. It can be configured and called directly or via the hyperkube cache.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIServerCommand ¶
NewAPIServerCommand creates a *cobra.Command object with default parameters
func NonBlockingRun ¶ added in v1.6.0
func NonBlockingRun(s *options.ServerRunOptions, stopCh <-chan struct{}) error
NonBlockingRun runs the specified APIServer and configures it to stop with the given channel.
func Run ¶
func Run(s *options.ServerRunOptions, stopCh <-chan struct{}) error
Run runs the specified APIServer. It only returns if stopCh is closed or one of the ports cannot be listened on initially.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.