Documentation ¶
Index ¶
- type KThreesControlPlaneReconciler
- func (r *KThreesControlPlaneReconciler) ClusterToKThreesControlPlane(o client.Object) []ctrl.Request
- func (r *KThreesControlPlaneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, reterr error)
- func (r *KThreesControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KThreesControlPlaneReconciler ¶
type KThreesControlPlaneReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
KThreesControlPlaneReconciler reconciles a KThreesControlPlane object
func (*KThreesControlPlaneReconciler) ClusterToKThreesControlPlane ¶
func (r *KThreesControlPlaneReconciler) ClusterToKThreesControlPlane(o client.Object) []ctrl.Request
ClusterToKThreesControlPlane is a handler.ToRequestsFunc to be used to enqueue requests for reconciliation for KThreesControlPlane based on updates to a Cluster.
func (*KThreesControlPlaneReconciler) SetupWithManager ¶
func (r *KThreesControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.