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:"enterprise" help:"Install enterprise."`
Uninstall uninstallCmd `cmd:"" group:"enterprise" help:"Uninstall enterprise."`
Upgrade upgradeCmd `cmd:"" group:"enterprise" help:"Upgrade enterprise."`
Kubeconfig string `type:"existingfile" help:"Override default kubeconfig path."`
Namespace string `short:"n" env:"ENTERPRISE_NAMESPACE" default:"upbound-enterprise" help:"Kubernetes namespace for enterprise."`
}
Cmd contains commands for managing enterprise.
Click to show internal directories.
Click to hide internal directories.