Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSecretBindingReconciler ¶ added in v1.19.0
func NewSecretBindingReconciler(l logrus.FieldLogger, gardenClient client.Client, recorder record.EventRecorder) reconcile.Reconciler
NewSecretBindingReconciler creates a new instance of a reconciler which reconciles SecretBindings.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls SecretBindings.
func NewSecretBindingController ¶
func NewSecretBindingController( ctx context.Context, clientMap clientmap.ClientMap, recorder record.EventRecorder, ) ( *Controller, error, )
NewSecretBindingController takes a Kubernetes client for the Garden clusters <k8sGardenClient>, a struct holding information about the acting Gardener, a <secretBindingInformer>, and a <recorder> for event recording. It creates a new Gardener 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.
Click to show internal directories.
Click to hide internal directories.