Documentation ¶
Index ¶
- Constants
- type LoggingEventRecorder
- func (r *LoggingEventRecorder) AnnotatedEventf(object runtime.Object, annotations map[string]string, ...)
- func (r *LoggingEventRecorder) Event(object runtime.Object, eventtype, reason, message string)
- func (r *LoggingEventRecorder) Eventf(object runtime.Object, eventtype, reason, messageFmt string, ...)
Constants ¶
View Source
const ( // Events UpdatingRack string = "UpdatingRack" StoppingDatacenter string = "StoppingDatacenter" DeletingStuckPod string = "DeletingStuckPod" RestartingCassandra string = "RestartingCassandra" CreatedResource string = "CreatedResource" StartedCassandra string = "StartedCassandra" LabeledPodAsSeed string = "LabeledPodAsSeed" LabeledPodAsDecommissioning string = "LabeledPodAsDecommissioning" DeletedPvc string = "DeletedPvc" UnlabeledPodAsSeed string = "UnlabeledPodAsSeed" LabeledRackResource string = "LabeledRackResource" ScalingUpRack string = "ScalingUpRack" ScalingDownRack string = "ScalingDownRack" CreatedSuperuser string = "CreatedSuperuser" // deprecated CreatedUsers string = "CreatedUsers" FinishedReplaceNode string = "FinishedReplaceNode" ReplacingNode string = "ReplacingNode" StartingCassandraAndReplacingNode string = "StartingCassandraAndReplacingNode" StartingCassandra string = "StartingCassandra" DecommissionDatacenter string = "DecommissionDatacenter" DecommissioningNode string = "DecommissioningNode" UnhealthyDatacenter string = "UnhealthyDatacenter" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingEventRecorder ¶
type LoggingEventRecorder struct { record.EventRecorder ReqLogger logr.Logger }
func (*LoggingEventRecorder) AnnotatedEventf ¶
Click to show internal directories.
Click to hide internal directories.