Documentation
¶
Overview ¶
Package clusterregistry contains the meat of the implementation for k8s.io/cluster-registry/cmd/clusterregistry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateServer ¶
func CreateServer(s *options.ServerRunOptions) (*genericapiserver.GenericAPIServer, error)
CreateServer creates a cluster registry API server.
func NonBlockingRun ¶
func NonBlockingRun(s *options.ServerRunOptions, stopCh <-chan struct{}) error
NonBlockingRun runs the cluster registry API server and configures it to stop with the given channel.
func Run ¶
func Run(s *options.ServerRunOptions, stopCh <-chan struct{}) error
Run runs the cluster registry API server. It only returns if stopCh is closed or one of the ports cannot be listened on initially.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package authenticator contains code for creating an authenticator for a standalone cluster registry based on the configuration provided to the clusteregistry binary.
|
Package authenticator contains code for creating an authenticator for a standalone cluster registry based on the configuration provided to the clusteregistry binary. |
Package options contains flags and options for interacting with the cluster registry API server.
|
Package options contains flags and options for interacting with the cluster registry API server. |
Click to show internal directories.
Click to hide internal directories.