Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrWatcherClosed = errors.New("channel closed")
)
Functions ¶
This section is empty.
Types ¶
type NotifyFunc ¶
NotifyFunc represents callback function for Pod event
type PodEvent ¶
type PodEvent struct { Namespace string `json:"namespace"` Name string `json:"name"` State string `json:"state"` Reason string `json:"reason"` Message string `json:"message"` Containers []Container `json:"containers"` ArtifactID string `json:"artifactId"` }
PodEvent represents Pod termination event
Click to show internal directories.
Click to hide internal directories.