Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterController ¶
ClusterController mocks the cluster-api Cluster controller. This _ONLY_ works with the Gardener provider, as no dynamic watching is being done here.
func (*ClusterController) Reconcile ¶
func (r *ClusterController) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
Reconcile reconciles the Cluster resource.
func (*ClusterController) SetupWithManager ¶
func (r *ClusterController) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
type MachinePoolController ¶
MachinePoolController is a controller for managing MachinePool resources.
func (*MachinePoolController) Reconcile ¶
func (r *MachinePoolController) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
Reconcile reconciles the MachinePool resource.
func (*MachinePoolController) SetupWithManager ¶
func (r *MachinePoolController) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.