Documentation ¶
Index ¶
- Constants
- func NewClusterCommand(c cli.Interface) *cobra.Command
- func NewCreateCommand(c cli.Interface) *cobra.Command
- func NewListCommand(c cli.Interface) *cobra.Command
- func NewNodeCommand(c cli.Interface) *cobra.Command
- func NewNodeListCommand(c cli.Interface) *cobra.Command
- func NewRemoveCommand(c cli.Interface) *cobra.Command
- func NewStatusCommand(c cli.Interface) *cobra.Command
- func NewUpdateCommand(c cli.Interface) *cobra.Command
- func Run(c cli.Interface, args []string, env map[string]string) error
Constants ¶
const (
DefaultLocalClusterID = "f573e897-7aa0-4516-a195-42ee91039e97"
)
Variables ¶
This section is empty.
Functions ¶
func NewClusterCommand ¶
NewClusterCommand returns a new instance of the cluster command.
func NewCreateCommand ¶
NewCreateCommand returns a new instance of the create command for bootstrapping an cluster.
func NewListCommand ¶
NewListCommand returns a new instance of the list command for amp clusters.
func NewNodeCommand ¶ added in v0.9.1
NewNodeCommand returns a new instance of the cluster node command.
func NewNodeListCommand ¶ added in v0.9.1
NewNodeListCommand returns a new instance of the list command for amp clusters.
func NewRemoveCommand ¶
NewRemoveCommand returns a new instance of the remove command for destroying a cluster.
func NewStatusCommand ¶
NewStatusCommand returns a new instance of the status command for querying the state of amp cluster.
func NewUpdateCommand ¶
NewUpdateCommand returns a new instance of the update command for updating an cluster.
Types ¶
This section is empty.