Documentation ¶
Index ¶
Constants ¶
View Source
const ( PodNilEvent = "PodNilEvent" PodInformerErrorEvent = "PodInformerErrorEvent" PodAddEvent = "PodAddEvent" PodDeleteEvent = "PodDeleteEvent" PodReadyEvent = "PodReadyEvent" PodRecordPodScheduleEvent = "PodRecordPodScheduleEvent" )
View Source
const PodAggregate = "pods.CustomerAggregate"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodEventPayload ¶
type PodEventPayload struct {
Pod *Pod
}
type PodInformerErrorPayload ¶
type PodInformerErrorPayload struct {
Err error
}
Click to show internal directories.
Click to hide internal directories.