Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultFieldManager = "helm"
View Source
const KubectlEditFieldManager = "kubectl-edit"
View Source
const OldFieldManagerPrefix = "werf"
Variables ¶
This section is empty.
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" )
Click to show internal directories.
Click to hide internal directories.