flow

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: May 8, 2019 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FlowCmd = &cobra.Command{
	Use:   "flow",
	Short: "Create a Kubernetes Cluster on Azure",
	Long:  `Create a Kubernetes Cluster on Azure with interactive flow`,
	Run: func(cmd *cobra.Command, args []string) {
		if err := RunFlow(); err != nil {
			log.Error(err, "Failed to create flow")
			os.Exit(1)
		}
	},
}

Functions

func RunFlow

func RunFlow() error

Types

This section is empty.

Jump to

Keyboard shortcuts

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