Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventMultiplexer ¶
type EventMultiplexer struct {
// contains filtered or unexported fields
}
func NewEventMultiplexer ¶
func NewEventMultiplexer(logger logr.Logger, recorder record.EventRecorder, client ce.Client) *EventMultiplexer
type IEvent ¶
type IEvent interface {
Emit(phase apicommon.KeptnPhaseType, eventType string, reconcileObject client.Object, status string, message string, version string)
}
func NewK8sSender ¶
func NewK8sSender(recorder record.EventRecorder) IEvent
Click to show internal directories.
Click to hide internal directories.