Documentation
¶
Overview ¶
Package watch implements the k8s watcher.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Type EventType `json:"type"`
Object json.RawMessage `json:"object"`
}
Event represents a single event to a watched resource.
Click to show internal directories.
Click to hide internal directories.