Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TODO(madhusudancs): Consider making this configurable via a flag. // "federation-apiserver-kubeconfig" is a reserved secret name which // stores the kubeconfig for federation-apiserver. KubeconfigSecretName = "federation-apiserver-kubeconfig" // "federation-apiserver-secret" was the old name we used to store // Federation API server kubeconfig secret. Unfortunately, this name // is very close to "federation-apiserver-secrets" and causes a lot // of confusion, particularly while debugging. So deprecating it in // favor of the new name but giving people time to migrate. // TODO(madhusudancs): this name is deprecated in 1.4 and should be // removed in 1.5. Remove it in 1.5. DeprecatedKubeconfigSecretName = "federation-apiserver-secret" )
Variables ¶
This section is empty.
Functions ¶
func NewControllerManagerCommand ¶
NewControllerManagerCommand creates a *cobra.Command object with default parameters
func StartControllers ¶
func StartControllers(s *options.CMServer, restClientCfg *restclient.Config) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.