Documentation
¶
Index ¶
Constants ¶
View Source
const (
CloudSigmaClusterFinalizer = "cloudsigmacluster.infrastructure.cluster.x-k8s.io"
)
View Source
const (
CloudSigmaMachineFinalizer = "cloudsigmamachine.infrastructure.cluster.x-k8s.io"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudSigmaClusterReconciler ¶
type CloudSigmaClusterReconciler struct {
client.Client
Scheme *runtime.Scheme
CloudSigmaUsername string
CloudSigmaPassword string
CloudSigmaRegion string
}
CloudSigmaClusterReconciler reconciles a CloudSigmaCluster object
func (*CloudSigmaClusterReconciler) SetupWithManager ¶
func (r *CloudSigmaClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CloudSigmaMachineReconciler ¶
type CloudSigmaMachineReconciler struct {
client.Client
Scheme *runtime.Scheme
CloudSigmaUsername string
CloudSigmaPassword string
CloudSigmaRegion string
}
CloudSigmaMachineReconciler reconciles a CloudSigmaMachine object
func (*CloudSigmaMachineReconciler) SetupWithManager ¶
func (r *CloudSigmaMachineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.