Documentation ¶
Index ¶
- func ClusterRemove(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) error
- func ClusterUp(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) (string, string, string, string, map[string]pki.CertificatePKI, error)
- func ConfigCommand() cli.Command
- func EtcdCommand() cli.Command
- func RemoveCommand() cli.Command
- func RestoreEtcdSnapshot(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) error
- func RestoreEtcdSnapshotFromCli(ctx *cli.Context) error
- func SnapshotSaveEtcdHosts(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) error
- func SnapshotSaveEtcdHostsFromCli(ctx *cli.Context) error
- func UpCommand() cli.Command
- func VersionCommand() cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterRemove ¶
func ClusterRemove( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dialerFactory hosts.DialerFactory, k8sWrapTransport k8s.WrapTransport, local bool, configDir string) error
func ClusterUp ¶
func ClusterUp( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dockerDialerFactory, localConnDialerFactory hosts.DialerFactory, k8sWrapTransport k8s.WrapTransport, local bool, configDir string, updateOnly, disablePortCheck bool) (string, string, string, string, map[string]pki.CertificatePKI, error)
func ConfigCommand ¶
func EtcdCommand ¶ added in v0.1.7
func RemoveCommand ¶
func RestoreEtcdSnapshot ¶ added in v0.1.7
func RestoreEtcdSnapshot( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dockerDialerFactory hosts.DialerFactory, configDir, snapshotName string) error
func RestoreEtcdSnapshotFromCli ¶ added in v0.1.7
func SnapshotSaveEtcdHosts ¶ added in v0.1.7
func SnapshotSaveEtcdHosts( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dockerDialerFactory hosts.DialerFactory, configDir, snapshotName string) error
func SnapshotSaveEtcdHostsFromCli ¶ added in v0.1.7
func VersionCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.