Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineSetReconciler ¶
MachineSetReconciler reconciles a MachineSet object
func (*MachineSetReconciler) Reconcile ¶
func (r *MachineSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reacts to MachineSet changes and updates the annotations used by the OpenShift autoscaler. GPU is always set to 0, as cloudscale does not provide GPU instances. The architecture label is always set to amd64.
func (*MachineSetReconciler) SetupWithManager ¶
func (r *MachineSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.