event

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL