event

package
v1.46.2 Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 20 Imported by: 0

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

func (*Controller) Run

func (c *Controller) Run(ctx context.Context)

Run runs the Controller

Jump to

Keyboard shortcuts

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