registry

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: 23 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 registry` command.

func Delete

func Delete() *cobra.Command

Delete creates and returns the `delete registry` command.

Types

type CreateCommand

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

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

func NewCreateCommand

func NewCreateCommand() *CreateCommand

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

type CreateTask

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

CreateTask contains the information necessary to complete each of the tasks that this command runs, in particular it contains the reference to the cluster it works with, so that it isn't necessary to pass this reference around all the time.

type DeleteCommand

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

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

func NewDeleteCommand

func NewDeleteCommand() *DeleteCommand

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

type DeleteTask

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

DeleteTask contains the information necessary to complete each of the tasks that this command runs, in particular it contains the reference to the cluster it works with, so that it isn't necessary to pass this reference around all the time.

Jump to

Keyboard shortcuts

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