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 interface{}
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)
Run watch for StatefulSet events
func (*EventInformer) WithChannels ¶
func (e *EventInformer) WithChannels(msgCh chan string, failCh chan interface{}, errors chan error) *EventInformer
type ProbeTriggeredRestart ¶ added in v0.6.2
type ReadinessProbeFailure ¶ added in v0.6.2
Click to show internal directories.
Click to hide internal directories.