install

package
v0.30.4 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	Dataplane DataplaneCmd `cmd:"" help:"Install a new dataplane."`
}

Cmd represents the install command group

type DataplaneCmd

type DataplaneCmd struct {
	Namespace string `short:"n" help:"Target namespace (default: 'default' for Kind clusters, current kubeconfig context for existing clusters)."`
	// Hide flag for now.
	WithKindCluster bool `default:"true" help:"Create a Kind cluster for the dataplane and set it as current context." hidden:""`
}

DataplaneCmd handles dataplane installation

func (*DataplaneCmd) Run

func (c *DataplaneCmd) Run(
	ctx context.Context,
	cfg airbox.ConfigStore,
	httpClient http.HTTPDoer,
	apiFactory airbox.APIServiceFactory,
	helmFactory helm.Factory,
	clusterFactory k8s.ClusterFactory,
	ui ui.Provider,
) error

Run executes the install dataplane command

Jump to

Keyboard shortcuts

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