Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(idGetter v1.IndicatorsGetter) Controller
func (Controller) OnAdd ¶
func (c Controller) OnAdd(obj interface{})
func (Controller) OnDelete ¶
func (c Controller) OnDelete(obj interface{})
func (Controller) OnUpdate ¶
func (c Controller) OnUpdate(oldObj, newObj interface{})
Click to show internal directories.
Click to hide internal directories.