cmd

package
v0.0.0-...-86ffc8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2018 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "clusterctl",
	Short: "cluster management",
	Long:  `Simple kubernetes cluster management`,
	Run: func(cmd *cobra.Command, args []string) {

		cmd.Help()
	},
}

Functions

func Execute

func Execute()

func NewCmdDeleteCluster

func NewCmdDeleteCluster() *cobra.Command

func RunCreate

func RunCreate(co *CreateOptions) error

func RunDelete

func RunDelete() error

func RunValidateCluster

func RunValidateCluster() error

Types

type CreateOptions

type CreateOptions struct {
	Cluster                string
	Machine                string
	ProviderComponents     string
	CleanupExternalCluster bool
	VmDriver               string
	Provider               string
	KubeconfigOutput       string
}

type DeleteOptions

type DeleteOptions struct {
	ClusterName string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL