package kubefed
import "k8s.io/kubernetes/federation/pkg/kubefed"
Index ¶
- Constants
- func NewCmdJoin(f cmdutil.Factory, cmdOut io.Writer, config util.AdminConfig) *cobra.Command
- func NewCmdUnjoin(f cmdutil.Factory, cmdOut, cmdErr io.Writer, config util.AdminConfig) *cobra.Command
- func NewKubeFedCommand(f cmdutil.Factory, in io.Reader, out, err io.Writer, defaultServerImage, defaultEtcdImage string) *cobra.Command
Constants ¶
const (
CMNameSuffix = "controller-manager"
)
Functions ¶
func NewCmdJoin ¶
NewCmdJoin defines the `join` command that joins a cluster to a federation.
func NewCmdUnjoin ¶
func NewCmdUnjoin(f cmdutil.Factory, cmdOut, cmdErr io.Writer, config util.AdminConfig) *cobra.Command
NewCmdUnjoin defines the `unjoin` command that removes a cluster from a federation.
func NewKubeFedCommand ¶
func NewKubeFedCommand(f cmdutil.Factory, in io.Reader, out, err io.Writer, defaultServerImage, defaultEtcdImage string) *cobra.Command
NewKubeFedCommand creates the `kubefed` command and its nested children.
Source Files ¶
join.go kubefed.go unjoin.go
Directories ¶
Path | Synopsis |
---|---|
federation/pkg/kubefed/init | TODO(madhusdancs): 1. |
federation/pkg/kubefed/testing | |
federation/pkg/kubefed/util |
- Version
- v1.8.13-beta.0
- Published
- Apr 23, 2018
- Platform
- linux/amd64
- Imports
- 31 packages
- Last checked
- 4 minutes ago –
Tools for package owners.