controllers

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2024 License: Apache-2.0 Imports: 29 Imported by: 0

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) Reconcile

func (r *CK8sConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ reconcile.Result, rerr error)

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL