Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidRef = errors.New("invalid reference") ErrFailedUnlock = errors.New("failed to unlock the init lock") )
Functions ¶
This section is empty.
Types ¶
type CK8sConfigReconciler ¶
type CK8sConfigReconciler struct {
client.Client
Log logr.Logger
CK8sInitLock InitLocker
Scheme *runtime.Scheme
K8sdDialTimeout time.Duration
// contains filtered or unexported fields
}
CK8sConfigReconciler reconciles a CK8sConfig object.
func (*CK8sConfigReconciler) SetupWithManager ¶
func (r *CK8sConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
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 control plane init.
type Scope ¶
type Scope struct {
logr.Logger
Config *bootstrapv1.CK8sConfig
ConfigOwner *bsutil.ConfigOwner
Cluster *clusterv1.Cluster
}
Click to show internal directories.
Click to hide internal directories.