Documentation ¶
Overview ¶
Package controllers implements the Kubeadm controllers.
Index ¶
- type KubeadmControlPlaneReconciler
- func (r *KubeadmControlPlaneReconciler) ClusterToKubeadmControlPlane(o client.Object) []ctrl.Request
- func (r *KubeadmControlPlaneReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, reterr error)
- func (r *KubeadmControlPlaneReconciler) 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 KubeadmControlPlaneReconciler ¶
type KubeadmControlPlaneReconciler struct { Client client.Client Tracker *remote.ClusterCacheTracker // contains filtered or unexported fields }
KubeadmControlPlaneReconciler reconciles a KubeadmControlPlane object.
func (*KubeadmControlPlaneReconciler) ClusterToKubeadmControlPlane ¶
func (r *KubeadmControlPlaneReconciler) ClusterToKubeadmControlPlane(o client.Object) []ctrl.Request
ClusterToKubeadmControlPlane is a handler.ToRequestsFunc to be used to enqueue requests for reconciliation for KubeadmControlPlane based on updates to a Cluster.
func (*KubeadmControlPlaneReconciler) SetupWithManager ¶
func (r *KubeadmControlPlaneReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.