Documentation ¶
Overview ¶
Package controllers implements the Kubeadm controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeadmControlPlaneReconciler ¶
type KubeadmControlPlaneReconciler struct { Client client.Client SecretCachingClient client.Client ClusterCache clustercache.ClusterCache EtcdDialTimeout time.Duration EtcdCallTimeout time.Duration // WatchFilterValue is the label value used to filter events prior to reconciliation. WatchFilterValue string RemoteConditionsGracePeriod time.Duration // Deprecated: DeprecatedInfraMachineNaming. Name the InfraStructureMachines after the InfraMachineTemplate. DeprecatedInfraMachineNaming bool }
KubeadmControlPlaneReconciler reconciles a KubeadmControlPlane object.
func (*KubeadmControlPlaneReconciler) SetupWithManager ¶
func (r *KubeadmControlPlaneReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error
SetupWithManager sets up the reconciler with the Manager.
Click to show internal directories.
Click to hide internal directories.