Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 2019 Changes in this version + var RootCmd = &cobra.Command + func Execute() + func InitLogs() + func RunAlphaPhaseApplyAddons(paao *AlphaPhaseApplyAddonsOptions) error + func RunAlphaPhaseApplyBootstrapComponents(pabco *AlphaPhaseApplyBootstrapComponentsOptions) error + func RunAlphaPhaseApplyCluster(paco *AlphaPhaseApplyClusterOptions) error + func RunAlphaPhaseApplyClusterAPIComponents(pacaso *AlphaPhaseApplyClusterAPIComponentsOptions) error + func RunAlphaPhaseApplyMachines(pamo *AlphaPhaseApplyMachinesOptions) error + func RunAlphaPhaseCreateBootstrapCluster(pcbco *AlphaPhaseCreateBootstrapClusterOptions) error + func RunAlphaPhaseGetKubeconfig(pgko *AlphaPhaseGetKubeconfigOptions) error + func RunAlphaPhasePivot(ppo *AlphaPhasePivotOptions) error + func RunCreate(co *CreateOptions) error + func RunDelete() error + func RunValidateCluster() error + type AlphaPhaseApplyAddonsOptions struct + Addons string + Kubeconfig string + type AlphaPhaseApplyBootstrapComponentsOptions struct + BootstrapComponents string + Kubeconfig string + type AlphaPhaseApplyClusterAPIComponentsOptions struct + Kubeconfig string + ProviderComponents string + type AlphaPhaseApplyClusterOptions struct + Cluster string + Kubeconfig string + type AlphaPhaseApplyMachinesOptions struct + Kubeconfig string + Machines string + Namespace string + type AlphaPhaseCreateBootstrapClusterOptions struct + Bootstrap bootstrap.Options + KubeconfigOutput string + type AlphaPhaseGetKubeconfigOptions struct + ClusterName string + Kubeconfig string + KubeconfigOutput string + Namespace string + Provider string + type AlphaPhasePivotOptions struct + ProviderComponents string + SourceKubeconfig string + TargetKubeconfig string + type CreateOptions struct + AddonComponents string + BootstrapFlags bootstrap.Options + BootstrapOnlyComponents string + Cluster string + KubeconfigOutput string + Machine string + Provider string + ProviderComponents string + type DeleteOptions struct + BootstrapFlags bootstrap.Options + KubeconfigOverrides tcmd.ConfigOverrides + KubeconfigPath string + ProviderComponents string + type KlogWriter struct + func (writer KlogWriter) Write(data []byte) (n int, err error) + type ValidateClusterOptions struct + KubeconfigOverrides tcmd.ConfigOverrides