Documentation
¶
Index ¶
- func VerrazzanoFleetBindingToVerrazzanoFleetMapper(ctx context.Context, o client.Object) []ctrl.Request
- type VerrazzanoFleetReconciler
- func (r *VerrazzanoFleetReconciler) ClusterToVerrazzanoFleetMapper(ctx context.Context, o client.Object) []ctrl.Request
- func (r *VerrazzanoFleetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
- func (r *VerrazzanoFleetReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerrazzanoFleetBindingToVerrazzanoFleetMapper ¶
func VerrazzanoFleetBindingToVerrazzanoFleetMapper(ctx context.Context, o client.Object) []ctrl.Request
VerrazzanoFleetBindingToVerrazzanoFleetMapper is a mapper function that maps a VerrazzanoFleetBinding to the VerrazzanoFleet that owns it. This is used to trigger an update of the VerrazzanoFleet when a VerrazzanoFleetBinding is changed.
Types ¶
type VerrazzanoFleetReconciler ¶
type VerrazzanoFleetReconciler struct { client.Client Scheme *runtime.Scheme // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string }
VerrazzanoFleetReconciler reconciles a VerrazzanoFleet object
func (*VerrazzanoFleetReconciler) ClusterToVerrazzanoFleetMapper ¶
func (r *VerrazzanoFleetReconciler) ClusterToVerrazzanoFleetMapper(ctx context.Context, o client.Object) []ctrl.Request
ClusterToVerrazzanoFleetMapper is a mapper function that maps a Cluster to the VerrazzanoFleets that would select the Cluster.
func (*VerrazzanoFleetReconciler) Reconcile ¶
func (r *VerrazzanoFleetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*VerrazzanoFleetReconciler) SetupWithManager ¶
func (r *VerrazzanoFleetReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.