Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ControllerName is the name of this controller.
ControllerName = "event"
)
Variables ¶
This section is empty.
Functions ¶
func NewEventReconciler ¶ added in v1.23.0
func NewEventReconciler(gardenClient client.Client, cfg *config.EventControllerConfiguration) reconcile.Reconciler
NewEventReconciler creates a new instance of a reconciler which reconciles Events.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls Events.
func NewController ¶
func NewController( ctx context.Context, log logr.Logger, clientMap clientmap.ClientMap, cfg *config.EventControllerConfiguration, ) ( *Controller, error, )
NewController instantiates a new event controller
Click to show internal directories.
Click to hide internal directories.