package app
import "k8s.io/kubernetes/federation/cmd/federation-controller-manager/app"
Index ¶
- Constants
- func NewControllerManagerCommand() *cobra.Command
- func Run(s *options.CMServer) error
- func StartControllers(s *options.CMServer, restClientCfg *restclient.Config) error
Constants ¶
const ( // "federation-apiserver-kubeconfig" was the old name we used to // store Federation API server kubeconfig secret. We are // deprecating it in favor of `--kubeconfig` flag but giving people // time to migrate. // TODO(madhusudancs): this name is deprecated in 1.5 and should be // removed in 1.6. Remove it in 1.6. DeprecatedKubeconfigSecretName = "federation-apiserver-kubeconfig" )
Functions ¶
func NewControllerManagerCommand ¶
NewControllerManagerCommand creates a *cobra.Command object with default parameters
func Run ¶
Run runs the CMServer. This should never exit.
func StartControllers ¶
func StartControllers(s *options.CMServer, restClientCfg *restclient.Config) error
Source Files ¶
controllermanager.go plugins.go
Directories ¶
Path | Synopsis |
---|---|
federation/cmd/federation-controller-manager/app/options |
- Version
- v1.6.4
- Published
- May 19, 2017
- Platform
- darwin/amd64
- Imports
- 37 packages
- Last checked
- 5 minutes ago –
Tools for package owners.