Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2018 Changes in this version + type Controller struct + Client vckv1alpha1_client.Interface + Hooks Hooks + func New(hooks Hooks, client vckv1alpha1_client.Interface) *Controller + func (c *Controller) Run(ctx context.Context, namespace string) error + type Hooks interface + Add func(obj interface{}) + Delete func(obj interface{}) + Update func(oldObj, newObj interface{})