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