Documentation
¶
Index ¶
Constants ¶
const DefaultRetryTime = 30 * time.Second
const SecretFinalizer = "infrastructure.cluster.x-k8s.io/caps-secret"
SecretFinalizer is the finalizer for secrets.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.
type ScalewayManagedClusterReconciler ¶ added in v0.1.3
type ScalewayManagedClusterReconciler struct {
client.Client
// contains filtered or unexported fields
}
ScalewayManagedClusterReconciler reconciles a ScalewayManagedCluster object
func NewScalewayManagedClusterReconciler ¶ added in v0.1.3
func NewScalewayManagedClusterReconciler(c client.Client) *ScalewayManagedClusterReconciler
func (*ScalewayManagedClusterReconciler) Reconcile ¶ added in v0.1.3
func (r *ScalewayManagedClusterReconciler) 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 (*ScalewayManagedClusterReconciler) SetupWithManager ¶ added in v0.1.3
func (r *ScalewayManagedClusterReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ScalewayManagedControlPlaneReconciler ¶ added in v0.1.3
type ScalewayManagedControlPlaneReconciler struct {
client.Client
// contains filtered or unexported fields
}
ScalewayManagedControlPlaneReconciler reconciles a ScalewayManagedControlPlane object
func NewScalewayManagedControlPlaneReconciler ¶ added in v0.1.3
func NewScalewayManagedControlPlaneReconciler(c client.Client) *ScalewayManagedControlPlaneReconciler
func (*ScalewayManagedControlPlaneReconciler) Reconcile ¶ added in v0.1.3
func (r *ScalewayManagedControlPlaneReconciler) 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 (*ScalewayManagedControlPlaneReconciler) SetupWithManager ¶ added in v0.1.3
func (r *ScalewayManagedControlPlaneReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ScalewayManagedMachinePoolReconciler ¶ added in v0.1.3
type ScalewayManagedMachinePoolReconciler struct {
client.Client
// contains filtered or unexported fields
}
ScalewayManagedMachinePoolReconciler reconciles a ScalewayManagedMachinePool object
func NewScalewayManagedMachinePoolReconciler ¶ added in v0.1.3
func NewScalewayManagedMachinePoolReconciler(c client.Client) *ScalewayManagedMachinePoolReconciler
func (*ScalewayManagedMachinePoolReconciler) Reconcile ¶ added in v0.1.3
func (r *ScalewayManagedMachinePoolReconciler) 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 (*ScalewayManagedMachinePoolReconciler) SetupWithManager ¶ added in v0.1.3
func (r *ScalewayManagedMachinePoolReconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
- controller.go
- helpers.go
- scalewaycluster_controller.go
- scalewaycluster_reconciler.go
- scalewaymachine_controller.go
- scalewaymachine_reconciler.go
- scalewaymanagedcluster_controller.go
- scalewaymanagedcluster_reconciler.go
- scalewaymanagedcontrolplane_controller.go
- scalewaymanagedcontrolplane_reconciler.go
- scalewaymanagedmachinepool_controller.go
- scalewaymanagedmachinepool_reconciler.go