Documentation ¶
Index ¶
- Constants
- func CertificateCommand() cli.Command
- func ClusterInit(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) error
- func ClusterRemove(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) error
- func ClusterUp(ctx context.Context, dialersOptions hosts.DialersOptions, ...) (string, string, string, string, map[string]pki.CertificatePKI, error)
- func ConfigCommand() cli.Command
- func EtcdCommand() cli.Command
- func GenerateRKECSRs(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) error
- func RemoveCommand() cli.Command
- func RestoreEtcdSnapshot(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) (string, string, string, string, map[string]pki.CertificatePKI, error)
- func RestoreEtcdSnapshotFromCli(ctx *cli.Context) error
- func SnapshotRemoveFromEtcdHosts(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, ...) 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 ¶
View Source
const DINDWaitTime = 3
Variables ¶
This section is empty.
Functions ¶
func CertificateCommand ¶ added in v0.2.0
func ClusterInit ¶ added in v0.2.0
func ClusterInit(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dialersOptions hosts.DialersOptions, flags cluster.ExternalFlags) error
func ClusterRemove ¶
func ClusterRemove( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dialersOptions hosts.DialersOptions, flags cluster.ExternalFlags) error
func ClusterUp ¶
func ClusterUp(ctx context.Context, dialersOptions hosts.DialersOptions, flags cluster.ExternalFlags) (string, string, string, string, map[string]pki.CertificatePKI, error)
func ConfigCommand ¶
func EtcdCommand ¶ added in v0.1.7
func GenerateRKECSRs ¶ added in v0.2.0
func GenerateRKECSRs(ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, flags cluster.ExternalFlags) error
func RemoveCommand ¶
func RestoreEtcdSnapshot ¶ added in v0.1.7
func RestoreEtcdSnapshot( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dialersOptions hosts.DialersOptions, flags cluster.ExternalFlags, snapshotName string) (string, string, string, string, map[string]pki.CertificatePKI, error)
func RestoreEtcdSnapshotFromCli ¶ added in v0.1.7
func SnapshotRemoveFromEtcdHosts ¶ added in v0.2.3
func SnapshotRemoveFromEtcdHosts( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dialersOptions hosts.DialersOptions, flags cluster.ExternalFlags, snapshotName string) error
func SnapshotSaveEtcdHosts ¶ added in v0.1.7
func SnapshotSaveEtcdHosts( ctx context.Context, rkeConfig *v3.RancherKubernetesEngineConfig, dialersOptions hosts.DialersOptions, flags cluster.ExternalFlags, 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.