Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultChanSize int32 = 100
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Type EventType
// Object is:
// * If Type is Added or Modified: the new state of the object.
// * If Type is Deleted: the state of the object immediately before deletion.
Object object.Object
// ObjectOld is:
// * If Type is Modified: the old state of the object.
// * If Type is Added or Deleted: nil.
ObjectOld object.Object
}
Event represents a single event to a watched resource.
Click to show internal directories.
Click to hide internal directories.