Versions in this module Expand all Collapse all v0 v0.1.5 Dec 23, 2022 Changes in this version + type InitLocker interface + Lock func(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) bool + Unlock func(ctx context.Context, cluster *clusterv1.Cluster) bool + type KThreesConfigReconciler struct + KThreesInitLock InitLocker + Log logr.Logger + Scheme *runtime.Scheme + func (r *KThreesConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, rerr error) + func (r *KThreesConfigReconciler) SetupWithManager(mgr ctrl.Manager) error + type Scope struct + Cluster *clusterv1.Cluster + Config *bootstrapv1.KThreesConfig + ConfigOwner *bsutil.ConfigOwner