This object needs to be placed in each hook. After calling With*Bindings and InitBindingsControllers For kube, HandleEnableKubernetesBindings needs to be called to get lists of existing objects and then StartMonitors All Handle* methods accept a callback to create tasks independently. The Kubernetes
()
| 39 | // them to some binding context |
| 40 | |
| 41 | func NewHookController() *HookController { |
| 42 | return &HookController{} |
| 43 | } |
| 44 | |
| 45 | type HookController struct { |
| 46 | KubernetesController KubernetesBindingsController |
no outgoing calls