Documentation
¶
Overview ¶
Package controllers implements the OCNE controllers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OCNEControlPlaneReconciler ¶
type OCNEControlPlaneReconciler struct {
Client client.Client
APIReader client.Reader
Tracker *remote.ClusterCacheTracker
EtcdDialTimeout time.Duration
// WatchFilterValue is the label value used to filter events prior to reconciliation.
WatchFilterValue string
}
OCNEControlPlaneReconciler reconciles a KubeadmControlPlane object.
func (*OCNEControlPlaneReconciler) SetupWithManager ¶
func (r *OCNEControlPlaneReconciler) 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.