# Functions
NewCluster creates a new cluster scope with the supplied parameters.
NewMachine creates a new Machine using the provided params.
# Structs
Cluster defines a basic cluster context for primary use in IonosCloudClusterReconciler.
ClusterParams are the parameters, which are used to create a cluster scope.
Machine defines a basic machine context for primary use in IonosCloudMachineReconciler.
MachineParams is a struct that contains the params used to create a new Machine through NewMachine.