uxp

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2021 License: Apache-2.0 Imports: 14 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 {
	Install   installCmd   `cmd:"" group:"uxp" help:"Install UXP."`
	Uninstall uninstallCmd `cmd:"" group:"uxp" help:"Uninstall UXP."`
	Upgrade   upgradeCmd   `cmd:"" group:"uxp" help:"Upgrade UXP."`
	Connect   connectCmd   `cmd:"" group:"uxp" help:"Connect UXP to Upbound Cloud."`

	Kubeconfig string `type:"existingfile" help:"Override default kubeconfig path."`
	Namespace  string `short:"n" env:"UXP_NAMESPACE" default:"upbound-system" help:"Kubernetes namespace for UXP."`
}

Cmd contains commands for managing UXP.

func (*Cmd) AfterApply

func (c *Cmd) AfterApply(ctx *kong.Context) error

AfterApply constructs and binds Upbound-specific context to any subcommands that have Run() methods that receive it.

Jump to

Keyboard shortcuts

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