helm_v3

package
v0.0.0-...-089f92c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 69 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Settings = settings

	LoadReleasesInMemory = loadReleasesInMemory
	Debug                = debug
	NewRootCmd           = newRootCmd

	NewDependencyCmd = newDependencyCmd
	NewGetCmd        = newGetCmd
	NewHistoryCmd    = newHistoryCmd
	NewLintCmd       = newLintCmd
	NewListCmd       = newListCmd
	NewRepoCmd       = newRepoCmd
	NewCreateCmd     = newCreateCmd
	NewEnvCmd        = newEnvCmd
	NewPackageCmd    = newPackageCmd
	NewPluginCmd     = newPluginCmd
	NewSearchCmd     = newSearchCmd
	NewStatusCmd     = newStatusCmd
	NewTestCmd       = newReleaseTestCmd
	NewVerifyCmd     = newVerifyCmd
	NewVersionCmd    = newVersionCmd
	NewShowCmd       = newShowCmd
	NewRegistryCmd   = newRegistryCmd

	// NOTE: following commands has additional options param and defined in corresponding command files
	// NewTemplateCmd   = newTemplateCmd
	// NewInstallCmd    = newInstallCmd
	// NewUpgradeCmd    = newUpgradeCmd
	// NewUninstallCmd  = newUninstallCmd
	// NewRollbackCmd   = newRollbackCmd
	NewPullCmd = newPullCmd
	NewPushCmd = newPushCmd

	LoadPlugins = loadPlugins
)

Functions

func IsPluginError

func IsPluginError(err error) bool

func NewInstallCmd

func NewInstallCmd(cfg *action.Configuration, out io.Writer, opts InstallCmdOptions) (*cobra.Command, *action.Install)

func NewRollbackCmd

func NewRollbackCmd(cfg *action.Configuration, out io.Writer, opts RollbackCmdOptions) *cobra.Command

func NewTemplateCmd

func NewTemplateCmd(cfg *action.Configuration, out io.Writer, opts TemplateCmdOptions) (*cobra.Command, *action.Install)

func NewUninstallCmd

func NewUninstallCmd(cfg *action.Configuration, out io.Writer, opts UninstallCmdOptions) *cobra.Command

func NewUpgradeCmd

func NewUpgradeCmd(cfg *action.Configuration, out io.Writer, opts UpgradeCmdOptions) (*cobra.Command, *action.Upgrade)

func PluginErrorCode

func PluginErrorCode(err error) int

Types

type InstallCmdOptions

type InstallCmdOptions struct {
	StagesSplitter    phases.Splitter
	ChainPostRenderer func(postRenderer postrender.PostRenderer) postrender.PostRenderer
	ValueOpts         *values.Options
	CreateNamespace   *bool
	Wait              *bool
	Atomic            *bool
	Timeout           *time.Duration
	CleanupOnFail     *bool
	DeployReportPath  *string

	StagesExternalDepsGenerator phases.ExternalDepsGenerator
}

type RollbackCmdOptions

type RollbackCmdOptions struct {
	StagesSplitter phases.Splitter
	CleanupOnFail  *bool

	StagesExternalDepsGenerator phases.ExternalDepsGenerator
	DeployReportPath            *string
}

type TemplateCmdOptions

type TemplateCmdOptions struct {
	StagesSplitter    phases.Splitter
	ChainPostRenderer func(postRenderer postrender.PostRenderer) postrender.PostRenderer
	ValueOpts         *values.Options
	Validate          *bool
	IncludeCrds       *bool
	IsUpgrade         *bool
	ShowFiles         *[]string
	KubeVersion       *string

	StagesExternalDepsGenerator phases.ExternalDepsGenerator
}

type UninstallCmdOptions

type UninstallCmdOptions struct {
	StagesSplitter  phases.Splitter
	DeleteNamespace *bool
	DeleteHooks     *bool

	DontFailIfNoRelease *bool
}

type UpgradeCmdOptions

type UpgradeCmdOptions struct {
	ChainPostRenderer func(postRenderer postrender.PostRenderer) postrender.PostRenderer
	ValueOpts         *values.Options
	CreateNamespace   *bool
	Install           *bool
	Wait              *bool
	Atomic            *bool
	Timeout           *time.Duration

	StagesSplitter              phases.Splitter
	IgnorePending               *bool
	CleanupOnFail               *bool
	DeployReportPath            *string
	StagesExternalDepsGenerator phases.ExternalDepsGenerator
}

Directories

Path Synopsis
Package search provides client-side repository searching.
Package search provides client-side repository searching.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL