Versions in this module Expand all Collapse all v0 v0.0.3 Oct 18, 2023 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 K3sConfigReconciler struct + K3sInitLock InitLocker + WatchFilterValue string + func (r *K3sConfigReconciler) ClusterToK3sConfigs(o client.Object) []ctrl.Request + func (r *K3sConfigReconciler) MachinePoolToBootstrapMapFunc(o client.Object) []ctrl.Request + func (r *K3sConfigReconciler) MachineToBootstrapMapFunc(o client.Object) []ctrl.Request + func (r *K3sConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, retErr error) + func (r *K3sConfigReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error + type Scope struct + Cluster *clusterv1.Cluster + Config *infrabootstrapv1.K3sConfig + ConfigOwner *bsutil.ConfigOwner