cluster

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateCommand

func NewCreateCommand(set clientset.ClientSet) *cobra.Command

func NewDeleteCommand

func NewDeleteCommand(set clientset.ClientSet) *cobra.Command

func NewGetCommand

func NewGetCommand(set clientset.ClientSet) *cobra.Command

func NewListCommand

func NewListCommand(set clientset.ClientSet) *cobra.Command

func NewLoginCommand

func NewLoginCommand(set clientset.ClientSet) *cobra.Command

func NewOpenCommand

func NewOpenCommand(set clientset.ClientSet) *cobra.Command

func NewStatusCommand

func NewStatusCommand(set clientset.ClientSet) *cobra.Command

Types

type CreateOptions

type CreateOptions struct {
	Name              string
	Preset            string
	NodeCount         int // Used when autoscaling is disabled
	EnableAutoscaling bool
	MinNodes          int // Used when autoscaling is enabled
	MaxNodes          int // Used when autoscaling is enabled
}

type Printer

type Printer func(writer io.Writer, cluster *client.Cluster)

Printer is a function type for printing cluster information.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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