Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxmoxClusterReconciler ¶
ProxmoxClusterReconciler reconciles a ProxmoxCluster object
func (*ProxmoxClusterReconciler) SetupWithManager ¶
func (r *ProxmoxClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProxmoxMachineReconciler ¶
type ProxmoxMachineReconciler struct { client.Client Scheme *runtime.Scheme SchedulerManager *scheduler.Manager }
ProxmoxMachineReconciler reconciles a ProxmoxMachine object
func (*ProxmoxMachineReconciler) Reconcile ¶
func (r *ProxmoxMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.4/pkg/reconcile
func (*ProxmoxMachineReconciler) SetupWithManager ¶
func (r *ProxmoxMachineReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.