Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultFieldManager = "helm" KubectlEditFieldManager = "kubectl-edit" OldFieldManagerPrefix = "werf" )
Variables ¶
View Source
var ( Brand = "Nelm" Version = "0.0.0" )
View Source
var SprigFuncs = sprig.TxtFuncMap()
Functions ¶
This section is empty.
Types ¶
type DeletePolicy ¶
type DeletePolicy string
const ( DeletePolicySucceeded DeletePolicy = "succeeded" DeletePolicyFailed DeletePolicy = "failed" DeletePolicyBeforeCreation DeletePolicy = "before-creation" )
type DeployType ¶
type DeployType string
const ( // Activated for the first revision of the release. DeployTypeInitial DeployType = "Initial" // Activated when no successful revision found. But for the very first revision // DeployTypeInitial is used instead. DeployTypeInstall DeployType = "Install" // Activated when a successful revision found. DeployTypeUpgrade DeployType = "Upgrade" DeployTypeRollback DeployType = "Rollback" DeployTypeUninstall DeployType = "Uninstall" )
Click to show internal directories.
Click to hide internal directories.