Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IEvent ¶
type IEvent interface {
ReconcileCREvent(obj runtime.Object, message string)
RsInitEvent(obj runtime.Object, message string)
UserDBCreate(obj runtime.Object, message string)
CustomNormalEvent(obj runtime.Object, reason, message string)
CustomWarningEvent(obj runtime.Object, reason, message string)
ClusterAdminCreate(obj runtime.Object, message string)
ClusterMonitorCreate(obj runtime.Object, message string)
}
IEvent
@Description: 事件接口定义各种事件方法
func NewSEvent ¶
func NewSEvent(re record.EventRecorder) IEvent
Click to show internal directories.
Click to hide internal directories.