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"`
}
Click to show internal directories.
Click to hide internal directories.