Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Hooks Hooks Client vckv1alpha1_client.Interface }
Controller watches a resource and delegates create/update/delete events to a set of supplied callback functions.
func New ¶
func New(hooks Hooks, client vckv1alpha1_client.Interface) *Controller
New returns a new Controller.
Click to show internal directories.
Click to hide internal directories.