Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var On, _ = New("")
Functions ¶
func ExecuteOrDie ¶
func ExecuteOrDie(h Handler)
Types ¶
type EventHandler ¶
type EventHandler func(*unstructured.Unstructured, *unstructured.Unstructured, logr.Logger) error
type Handler ¶
type Handler interface { Create(group string, version string, kind string, fn EventHandler) Handler Update(group string, version string, kind string, fn EventHandler) Handler Delete(group string, version string, kind string, fn EventHandler) Handler // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.