Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Handler ControllerHandler Identifier string Name string Namespace string // contains filtered or unexported fields }
func NewController ¶
func NewController(namespace, name string, handler ControllerHandler) (*Controller, error)
func (*Controller) Event ¶
func (c *Controller) Event(object runtime.Object, eventtype, reason, message string)
func (*Controller) Run ¶
func (c *Controller) Run(informer cache.SharedInformer, ch chan error)
type ControllerHandler ¶
Click to show internal directories.
Click to hide internal directories.