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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

		cmd.Help()
	},
}

Functions

func Execute

func Execute()

func RunAdd

func RunAdd(ao *AddOptions) error

func RunCreate

func RunCreate(co *CreateOptions) error

func RunDelete

func RunDelete() error

Types

type AddOptions

type AddOptions struct {
	Machine string
}

type CreateOptions

type CreateOptions struct {
	Cluster                  string
	Machine                  string
	MachineSetup             string
	CertificateAuthorityPath string
}

Jump to

Keyboard shortcuts

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