Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachCmd ¶
type AttachCmd struct {
Name string `arg:"" required:"" help:"Name of control plane."`
Description string `short:"d" help:"Description for control plane."`
KubeClusterID uuid.UUID `help:"ID for self-hosted Kubernetes cluster."`
Kubeconfig string `env:"KUBECONFIG" type:"existingfile" help:"Override default kubeconfig path."`
ViewOnly bool `help:"Create control plane with view only permissions."`
// contains filtered or unexported fields
}
AttachCmd adds a user or token profile with session token to the up config file.
func (*AttachCmd) AfterApply ¶
AfterApply sets default values in command after assignment and validation.
type CreateCmd ¶
type CreateCmd struct {
Name string `arg:"" required:"" help:"Name of control plane."`
Description string `short:"d" help:"Description for control plane."`
}
CreateCmd creates a hosted control plane on Upbound Cloud.
Click to show internal directories.
Click to hide internal directories.