controllerregistration

package
v1.34.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 38 Imported by: 2

Documentation

Index

Constants

View Source
const FinalizerName = "core.gardener.cloud/controllerregistration"

FinalizerName is the finalizer used by this controller.

Variables

This section is empty.

Functions

func NewControllerRegistrationReconciler added in v1.22.0

func NewControllerRegistrationReconciler(logger logrus.FieldLogger, gardenClient client.Client) reconcile.Reconciler

NewControllerRegistrationReconciler creates a new instance of a reconciler which reconciles ControllerRegistrations.

func NewControllerRegistrationSeedReconciler added in v1.22.0

func NewControllerRegistrationSeedReconciler(logger logrus.FieldLogger, gardenClient kubernetes.Interface) reconcile.Reconciler

NewControllerRegistrationSeedReconciler creates a new instance of a reconciler which determines which ControllerRegistrations are required for a seed.

func NewSeedReconciler added in v1.22.0

func NewSeedReconciler(logger logrus.FieldLogger, gardenClient client.Client) reconcile.Reconciler

NewSeedReconciler creates a new instance of a reconciler which reconciles Seeds.

Types

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller controls ControllerRegistration.

func NewController

func NewController(ctx context.Context, clientMap clientmap.ClientMap) (*Controller, error)

NewController instantiates a new ControllerRegistration controller.

func (*Controller) CollectMetrics

func (c *Controller) CollectMetrics(ch chan<- prometheus.Metric)

CollectMetrics implements gardenmetrics.ControllerMetricsCollector interface

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers int)

Run runs the Controller until the given stop channel can be read from.

func (*Controller) RunningWorkers

func (c *Controller) RunningWorkers() int

RunningWorkers returns the number of running workers.

Jump to

Keyboard shortcuts

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