Documentation
¶
Index ¶
Constants ¶
View Source
const ( RecordDateFormat = "2006-01-02T15:04:05.000" YamlDocSeparator = "---" InformerSyncMarker = "# informer synced" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventRecord ¶
type Recorder ¶
type Recorder interface {
RecordInformerSync() error
RecordEvent(*unstructured.Unstructured, bool) error
Stop()
}
func NewRecorder ¶
Click to show internal directories.
Click to hide internal directories.