Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventInformer ¶
type EventInformer struct { tracker.Tracker Resource interface{} Messages chan string Failures chan string Errors chan error // contains filtered or unexported fields }
func NewEventInformer ¶
func NewEventInformer(trk *tracker.Tracker, resource interface{}) *EventInformer
func (*EventInformer) Run ¶
func (e *EventInformer) Run(ctx context.Context)
runEventsInformer watch for StatefulSet events
func (*EventInformer) WithChannels ¶
func (e *EventInformer) WithChannels(msgCh chan string, failCh chan string, errors chan error) *EventInformer
Click to show internal directories.
Click to hide internal directories.