Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallHooks ¶
func InstallHooks(podInformer cache.SharedIndexInformer)
InstallHooks executes all registered callbacks
func RegisterCallbacksAtInit ¶
func RegisterCallbacksAtInit(cbs Callbacks)
RegisterCallbacksAtInit registers callbacks. Must be called before InstallHooks and callers need to be serialized externally.
Types ¶
type Callbacks ¶
type Callbacks struct {
PodCallbacks func(podInformer cache.SharedIndexInformer)
}
Click to show internal directories.
Click to hide internal directories.