Documentation
¶
Index ¶
- type HelmfileCommandProvider
- func (h *HelmfileCommandProvider) GetAliases() []internal.CommandAlias
- func (h *HelmfileCommandProvider) GetCommand() *cobra.Command
- func (h *HelmfileCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag
- func (h *HelmfileCommandProvider) GetFlagsBuilder() flags.Builder
- func (h *HelmfileCommandProvider) GetGroup() string
- func (h *HelmfileCommandProvider) GetName() string
- func (h *HelmfileCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder
- func (h *HelmfileCommandProvider) IsExperimental() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmfileCommandProvider ¶
type HelmfileCommandProvider struct{}
HelmfileCommandProvider implements the CommandProvider interface.
func (*HelmfileCommandProvider) GetAliases ¶
func (h *HelmfileCommandProvider) GetAliases() []internal.CommandAlias
GetAliases returns command aliases.
func (*HelmfileCommandProvider) GetCommand ¶
func (h *HelmfileCommandProvider) GetCommand() *cobra.Command
GetCommand returns the helmfile command.
func (*HelmfileCommandProvider) GetCompatibilityFlags ¶
func (h *HelmfileCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag
GetCompatibilityFlags returns compatibility flags for this command.
func (*HelmfileCommandProvider) GetFlagsBuilder ¶
func (h *HelmfileCommandProvider) GetFlagsBuilder() flags.Builder
GetFlagsBuilder returns the flags builder for this command.
func (*HelmfileCommandProvider) GetGroup ¶
func (h *HelmfileCommandProvider) GetGroup() string
GetGroup returns the command group for help organization.
func (*HelmfileCommandProvider) GetName ¶
func (h *HelmfileCommandProvider) GetName() string
GetName returns the command name.
func (*HelmfileCommandProvider) GetPositionalArgsBuilder ¶
func (h *HelmfileCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder
GetPositionalArgsBuilder returns the positional args builder for this command.
func (*HelmfileCommandProvider) IsExperimental ¶
func (h *HelmfileCommandProvider) IsExperimental() bool
IsExperimental returns whether this command is experimental.
Click to show internal directories.
Click to hide internal directories.