Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmdOptions ¶
type CmdOptions struct { // RequestRelease represents the requested Helm release. RequestRelease string Flags *Flags Namespace string HelmDriver string ActionConfig *action.Configuration Client client.Interface ClientFlags *client.Flags Printer lineageprinters.Interface PrintFlags *lineageprinters.Flags genericclioptions.IOStreams }
CmdOptions contains all the options for running the helm command.
func (*CmdOptions) Complete ¶
func (o *CmdOptions) Complete(cmd *cobra.Command, args []string) error
Complete completes all the required options for the helm command.
func (*CmdOptions) Run ¶
func (o *CmdOptions) Run() error
Run implements all the necessary functionality for the helm command.
func (*CmdOptions) Validate ¶
func (o *CmdOptions) Validate() error
Validate validates all the required options for the helm command.
type Flags ¶
type Flags struct { AllNamespaces *bool Depth *uint ExcludeTypes *[]string IncludeTypes *[]string Scopes *[]string }
Flags composes common configuration flag structs used in the command.
func NewFlags ¶
func NewFlags() *Flags
NewConfigFlags returns flags associated with command configuration, with default values set.
Click to show internal directories.
Click to hide internal directories.