event

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	// Kind Type {store, snapshotCreate, snapshotRestore, exec, debugInstance}
	KindType string `json:"kindType"`
	// Custom Message
	Message string `json:"message"`
	// Last condition of the store
	Condition v1.StoreCondition `json:"condition"`
	// Current Running image tag
	DeployedImage string `json:"deployedImage"`
	// Labels of the store custom resource
	Labels map[string]string `json:"storeLabels"`
}

type EventHandler

type EventHandler interface {
	Send(ctx context.Context, event Event) error
	Close()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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