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