Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorEvent ¶
type CollectorEvent struct { TargetType Namespace string Name string EventType Message string }
type Recorder ¶
type Recorder interface { runner.Runner RecordEvent(e CollectorEvent) error EventChan() <-chan CollectorEvent }
func NewKubeEventsRecorder ¶
func NewKubeEventsRecorder(cli kubernetes.Interface, watchEvent bool) Recorder
type TargetType ¶
type TargetType string
const ( Pod TargetType = "pod" Node TargetType = "node" Device TargetType = "device" )
Click to show internal directories.
Click to hide internal directories.