Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEventReconciler ¶ added in v1.23.0
func NewEventReconciler(logger logrus.FieldLogger, 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, clientMap clientmap.ClientMap, cfg *config.EventControllerConfiguration, ) ( *Controller, error, )
NewController instantiates a new event controller
func (*Controller) CollectMetrics ¶
func (c *Controller) CollectMetrics(ch chan<- prometheus.Metric)
CollectMetrics implements gardenmetrics.ControllerMetricsCollector interface
func (*Controller) RunningWorkers ¶
func (c *Controller) RunningWorkers() int
RunningWorkers returns the number of running workers.
Click to show internal directories.
Click to hide internal directories.