Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalFlags ¶
type GlobalFlags struct { KubeContext string `json:"-"` // required: false KubeToken string `json:"kube_token,omitempty"` // required: false KubeAPIServer string `json:"kube_apiserver,omitempty"` // required: true // example: default Namespace string `json:"-" schema:"namespace"` }
GlobalFlags flags which give context about kubernetes cluster to connect to swagger:model globalFlags
type InstallFlags ¶
type InstallFlags struct { DryRun bool Version string GlobalFlags }
type StatusFlags ¶ added in v1.0.0
type StatusFlags struct { Version int GlobalFlags }
type UninstallFlags ¶ added in v1.0.0
type UninstallFlags struct { Release string KeepHistory bool DisableHooks bool DryRun bool Timeout time.Duration GlobalFlags }
UninstallFlags maps the list of options that can be passed to the helm action.
type UpgradeFlags ¶
type UpgradeFlags struct { DryRun bool Install bool Version string GlobalFlags }
Click to show internal directories.
Click to hide internal directories.