cluster

package
v0.9.4 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name     = "Cluster"
	NameFull = "Kubernetes Cluster"
)

Variables

This section is empty.

Functions

func NewClusterCmd

func NewClusterCmd(f *cmdutil.Factory) *cobra.Command

func NewClusterListCmd added in v0.8.1

func NewClusterListCmd(f *cmdutil.Factory) *cobra.Command

func NewClusterLoginCmd added in v0.7.9

func NewClusterLoginCmd(f *cmdutil.Factory) *cobra.Command

func NewKubeconfigGetCmd added in v0.7.0

func NewKubeconfigGetCmd(f *cmdutil.Factory) *cobra.Command

func NewKubeconfigSetCmd

func NewKubeconfigSetCmd(f *cmdutil.Factory) *cobra.Command

Types

type ClusterListOptions added in v0.8.1

type ClusterListOptions struct {
	IO           *iostreams.IOStreams
	ApiClient    func() (*api.Client, error)
	OutputFormat string

	Team string
}

type ClusterLoginOptions added in v0.7.9

type ClusterLoginOptions struct {
	IO        *iostreams.IOStreams
	ApiClient func() (*api.Client, error)

	ClusterID uuid.UUID
}

type KubeconfigSetOptions

type KubeconfigSetOptions struct {
	IO        *iostreams.IOStreams
	ApiClient func() (*api.Client, error)

	File      string
	ClusterID uuid.UUID
}

Jump to

Keyboard shortcuts

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