package
1.5.3
Repository: https://github.com/flant/addon-operator.git
Documentation: pkg.go.dev

# Functions

NewGoHook creates a new go hook.
NewShellHook new hook, which runs via the OS interpreter like bash/python/etc.

# Variables

HookKindGo for go hooks.
HookKindShell for shell hooks (bash, python, etc).

# Structs

No description provided by the author
HookResult returns result of a hook execution.
No description provided by the author

# Type aliases

HookKind kind of the hook.
ReconcileFunc function which holds the main logic of the hook.