Documentation
¶
Index ¶
Constants ¶
const SecretFinalizer = "infrastructure.cluster.x-k8s.io/caps-secret"
SecretFinalizer is the finalizer for secrets.
Variables ¶
This section is empty.
Functions ¶
func MachineUpdateNodeRefAvailable ¶
MachineUpdateNodeRefAvailable is a predicate that checks if the Machine's NodeRef has become available.
Types ¶
type ScalewayClusterReconciler ¶
ScalewayClusterReconciler reconciles a ScalewayCluster object
func NewScalewayClusterReconciler ¶
func NewScalewayClusterReconciler(c client.Client) *ScalewayClusterReconciler
NewScalewayClusterReconciler returns a new ScalewayClusterReconciler.
func (*ScalewayClusterReconciler) Reconcile ¶
func (r *ScalewayClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, retErr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ScalewayClusterReconciler) SetupWithManager ¶
SetupWithManager sets up the controller with the Manager.
type ScalewayMachineReconciler ¶
ScalewayMachineReconciler reconciles a ScalewayMachine object
func NewScalewayMachineReconciler ¶
func NewScalewayMachineReconciler(c client.Client) *ScalewayMachineReconciler
NewScalewayClusterReconciler returns a new ScalewayClusterReconciler.
func (*ScalewayMachineReconciler) Reconcile ¶
func (r *ScalewayMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, retErr error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ScalewayMachineReconciler) SetupWithManager ¶
func (r *ScalewayMachineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.