Versions in this module Expand all Collapse all v0 v0.2.2 Aug 17, 2020 v0.2.1 Aug 17, 2020 Changes in this version + func IsHook(obj *unstructured.Unstructured) bool + func Weight(obj *unstructured.Unstructured) int + type DeletePolicy string + const BeforeHookCreation + const HookFailed + const HookSucceeded + func DeletePolicies(obj *unstructured.Unstructured) []DeletePolicy + func NewDeletePolicy(p string) (DeletePolicy, bool) + func (p DeletePolicy) DeletePolicy() common.HookDeletePolicy + type Type string + const PostInstall + const PostUpgrade + const PreInstall + const PreUpgrade + func NewType(t string) (Type, bool) + func Types(obj *unstructured.Unstructured) []Type + func (t Type) HookType() common.HookType