Documentation ¶
Index ¶
- Constants
- func Creating(recorder record.EventRecorder, obj client.Object, msg string)
- func Deleting(recorder record.EventRecorder, obj client.Object, msg string)
- func Error(recorder record.EventRecorder, obj client.Object, msg string)
- func Info(recorder record.EventRecorder, obj client.Object, msg string)
- func Scaling(recorder record.EventRecorder, obj client.Object, msg string)
- func Updating(recorder record.EventRecorder, obj client.Object, msg string)
Constants ¶
View Source
const ( CreatingEvent = "Creating" UpdatingEvent = "Updating" DeletingEvent = "Deleting" ScalingEvent = "Scaling" ErrorEvent = "Error" InfoEvent = "Info" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.