cluster

package
v0.0.0-...-54d739a Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create() *cobra.Command

Create creates and returns the `create cluster` command.

func Delete

func Delete() *cobra.Command

Delete creates and returns the `delete cluster` command.

Types

type CreateCommand

type CreateCommand struct {
	// contains filtered or unexported fields
}

CreateCommand contains the data and logic needed to run the `create cluster` command.

func NewCreateCommand

func NewCreateCommand() *CreateCommand

NewCreateCommand creates a new runner that knows how to execute the `create cluster` command.

func (*CreateCommand) Run

func (c *CreateCommand) Run(cmd *cobra.Command, argv []string) error

Run runs the `create cluster` command.

type DeleteCommand

type DeleteCommand struct {
	// contains filtered or unexported fields
}

DeleteCommand contains the data and logic needed to run the `delete cluster` command.

func NewDeleteCommand

func NewDeleteCommand() *DeleteCommand

NewDeleteCommand creates a new runner that knows how to execute the `delete cluster` command.

func (*DeleteCommand) Run

func (c *DeleteCommand) Run(cmd *cobra.Command, argv []string) error

Run runs the `delete cluster` command.

Jump to

Keyboard shortcuts

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