Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitLocker ¶
type InitLocker interface { Lock(ctx context.Context, cluster *clusterv1.Cluster, machine *clusterv1.Machine) bool Unlock(ctx context.Context, cluster *clusterv1.Cluster) bool }
InitLocker is a lock that is used around k3s init
type KThreesConfigReconciler ¶
type KThreesConfigReconciler struct { client.Client Log logr.Logger KThreesInitLock InitLocker Scheme *runtime.Scheme }
KThreesConfigReconciler reconciles a KThreesConfig object
func (*KThreesConfigReconciler) SetupWithManager ¶
func (r *KThreesConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
type Scope ¶
type Scope struct { logr.Logger Config *bootstrapv1.KThreesConfig ConfigOwner *bsutil.ConfigOwner Cluster *clusterv1.Cluster }
Click to show internal directories.
Click to hide internal directories.