Versions in this module Expand all Collapse all v1 v1.14.0 Nov 4, 2024 Changes in this version + const PluginName + func NewExecutor(ver string) executor.Executor + type Commands struct + Get *GetCommand + Install *InstallCommand + Rollback *RollbackCommand + Status *StatusCommand + Test *TestCommand + Upgrade *UpgradeCommand + Version *VersionCommand + type Config struct + DefaultNamespace string + HelmCacheDir string + HelmConfigDir string + HelmDriver string + func MergeConfigs(configs []*executor.Config) (Config, error) + func (c *Config) Validate() error + type Executor struct + func (*Executor) Help(context.Context) (api.Message, error) + func (e *Executor) Execute(ctx context.Context, in executor.ExecuteInput) (executor.ExecuteOutput, error) + func (e *Executor) Metadata(context.Context) (api.MetadataOutput, error) + type GetAllCommand struct + Name string + func (GetAllCommand) Help() string + func (GetAllCommand) Validate() error + type GetCommand struct + All *GetAllCommand + Hooks *GetHooksCommand + Manifest *GetManifestCommand + Notes *GetNotesCommand + Values *GetValuesCommand + func (GetCommand) Help() string + type GetHooksCommand struct + Name string + func (GetHooksCommand) Help() string + func (GetHooksCommand) Validate() error + type GetManifestCommand struct + Name string + func (GetManifestCommand) Help() string + func (GetManifestCommand) Validate() error + type GetNotesCommand struct + Name string + func (GetNotesCommand) Help() string + func (GetNotesCommand) Validate() error + type GetValuesCommand struct + Name string + func (GetValuesCommand) Help() string + func (GetValuesCommand) Validate() error + type GlobalFlags struct + BurstLimit int + Debug bool + Namespace string + type HistoryCommand struct + Name string + func (HistoryCommand) Help() string + func (HistoryCommand) Validate() error + type HistoryCommandAliases struct + History *HistoryCommand + Ls *HistoryCommand + func (u HistoryCommandAliases) Get() *HistoryCommand + type InstallCommand struct + Chart string + Name string + func (InstallCommand) Help() string + func (i InstallCommand) Validate() error + type ListCommand struct + func (ListCommand) Help() string + func (ListCommand) Validate() error + type ListCommandAliases struct + List *ListCommand + Ls *ListCommand + func (u ListCommandAliases) Get() *ListCommand + type NotSupportedInstallFlags struct + Atomic bool + CaFile string + CertFile string + KeyFile string + Keyring string + SetFile []string + Values []string + Wait bool + WaitForJobs bool + type NotSupportedRollbackFlags struct + Wait bool + WaitForJobs bool + type NotSupportedUninstallFlags struct + Wait bool + type NotSupportedUpgradeFlags struct + Atomic bool + CaFile string + CertFile string + KeyFile string + Keyring string + SetFile []string + Values []string + Wait bool + WaitForJobs bool + type RollbackCommand struct + Name string + Revision string + func (RollbackCommand) Help() string + func (i RollbackCommand) Validate() error + type StatusCommand struct + Name string + func (StatusCommand) Help() string + func (StatusCommand) Validate() error + type SupportedGetAllFlags struct + Template string + type SupportedGetFlags struct + Revision int + type SupportedGetValuesFlags struct + All bool + Output string + type SupportedHistoryFlags struct + Max int + Output string + type SupportedInstallFlags struct + CreateNamespace bool + DependencyUpdate bool + Description string + Devel bool + DisableOpenAPIValidation bool + DryRun bool + GenerateName bool + InsecureSkipTLSVerify bool + NameTemplate string + NoHooks bool + Output string + PassCredentials bool + Password string + PostRenderer string + PostRendererArgs []string + RenderSubChartNotes bool + Replace bool + Repo string + Set []string + SetJSON []string + SetString []string + SkipCRDs bool + Timeout time.Duration + Username string + Verify bool + Version string + type SupportedListFlags struct + All bool + Date bool + Deployed bool + Failed bool + Filter string + Headers bool + Max int + Namespaces bool + Offset int + Output string + Pending bool + Reverse bool + Selector string + Short bool + Superseded bool + TimeFormat string + Uninstalled bool + Uninstalling bool + type SupportedRollbackFlags struct + CleanupOnFail bool + DryRun bool + Force bool + HistoryMax int + NoHooks bool + RecreatePods bool + Timeout time.Duration + type SupportedStatusFlags struct + Output string + Revision int + ShowDesc bool + type SupportedTestFlags struct + Logs bool + Timeout time.Duration + type SupportedUninstallFlags struct + Description string + DryRun bool + KeepHistory bool + NoHooks bool + Timeout time.Duration + type SupportedUpgradeFlags struct + CleanupOnFail bool + CreateNamespace bool + DependencyUpdate bool + Description string + Devel bool + DisableOpenAPIValidation bool + DryRun bool + Force bool + HistoryMax int + InsecureSkipTLSVerify bool + Install bool + NoHooks bool + Output string + PassCredentials bool + Password string + PostRenderer string + PostRendererArgs []string + RenderSubChartNotes bool + Repo string + ResetValues bool + ReuseValues bool + Set []string + SetJSON []string + SetString []string + SkipCRDs bool + Timeout time.Duration + Username string + Verify bool + Version string + type SupportedVersionFlags struct + Short bool + Template string + type TestCommand struct + Name string + func (TestCommand) Help() string + func (TestCommand) Validate() error + type UninstallCommand struct + Name []string + func (UninstallCommand) Help() string + func (i UninstallCommand) Validate() error + type UninstallCommandAliases struct + Del *UninstallCommand + Delete *UninstallCommand + Un *UninstallCommand + Uninstall *UninstallCommand + func (u UninstallCommandAliases) Get() *UninstallCommand + type UpgradeCommand struct + Chart string + Name string + func (UpgradeCommand) Help() string + func (i UpgradeCommand) Validate() error + type VersionCommand struct + func (VersionCommand) Help() string + func (VersionCommand) Validate() error