Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostHook ¶
type PostHook interface {
Exec(*unstructured.Unstructured, release.Release, logr.Logger) error
}
type PostHookFunc ¶
type PostHookFunc func(*unstructured.Unstructured, release.Release, logr.Logger) error
func (PostHookFunc) Exec ¶
func (f PostHookFunc) Exec(obj *unstructured.Unstructured, rel release.Release, log logr.Logger) error
type PreHook ¶
type PreHook interface {
Exec(*unstructured.Unstructured, chartutil.Values, logr.Logger) error
}
type PreHookFunc ¶
type PreHookFunc func(*unstructured.Unstructured, chartutil.Values, logr.Logger) error
func (PreHookFunc) Exec ¶
func (f PreHookFunc) Exec(obj *unstructured.Unstructured, vals chartutil.Values, log logr.Logger) error
Click to show internal directories.
Click to hide internal directories.