Documentation ¶
Index ¶
- Constants
- func NewControllerRegistrationReconciler(logger logrus.FieldLogger, gardenClient client.Client) reconcile.Reconciler
- func NewControllerRegistrationSeedReconciler(logger logrus.FieldLogger, gardenClient kubernetes.Interface) reconcile.Reconciler
- func NewSeedReconciler(logger logrus.FieldLogger, gardenClient client.Client) reconcile.Reconciler
- type Controller
Constants ¶
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 ¶
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.