Documentation ¶
Overview ¶
Package controllers implements controller types.
Index ¶
- type GCPClusterReconciler
- type GCPMachineReconciler
- func (r *GCPMachineReconciler) GCPClusterToGCPMachines(ctx context.Context) handler.MapFunc
- func (r *GCPMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
- func (r *GCPMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCPClusterReconciler ¶
type GCPClusterReconciler struct { client.Client ReconcileTimeout time.Duration WatchFilterValue string }
GCPClusterReconciler reconciles a GCPCluster object.
func (*GCPClusterReconciler) SetupWithManager ¶
func (r *GCPClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
type GCPMachineReconciler ¶
type GCPMachineReconciler struct { client.Client ReconcileTimeout time.Duration WatchFilterValue string }
GCPMachineReconciler reconciles a GCPMachine object.
func (*GCPMachineReconciler) GCPClusterToGCPMachines ¶
func (r *GCPMachineReconciler) GCPClusterToGCPMachines(ctx context.Context) handler.MapFunc
GCPClusterToGCPMachines is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation of GCPMachines.
func (*GCPMachineReconciler) SetupWithManager ¶
func (r *GCPMachineReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.