event

package
v0.12.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

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 ProbeTriggeredRestart struct {
	ContainerName string
	Message       string
}

type ReadinessProbeFailure added in v0.6.2

type ReadinessProbeFailure struct {
	ContainerName string
	Message       string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL