Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HookAnno is the label name for a hook HookAnno = "helm.sh/hook" // HookWeightAnno is the label name for a hook weight HookWeightAnno = "helm.sh/hook-weight" // HookDeleteAnno is the label name for the delete policy for a hook HookDeleteAnno = "helm.sh/hook-delete-policy" )
View Source
const ( PreInstall = "pre-install" PostInstall = "post-install" PreDelete = "pre-delete" PostDelete = "post-delete" PreUpgrade = "pre-upgrade" PostUpgrade = "post-upgrade" PreRollback = "pre-rollback" PostRollback = "post-rollback" ReleaseTestSuccess = "test-success" ReleaseTestFailure = "test-failure" CRDInstall = "crd-install" )
Types of hooks
View Source
const ( HookSucceeded = "hook-succeeded" HookFailed = "hook-failed" BeforeHookCreation = "before-hook-creation" )
Type of policy for deleting the hook
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.