Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ONEClusterReconciler ¶
ONEClusterReconciler reconciles a ONECluster object
func (*ONEClusterReconciler) Reconcile ¶
func (r *ONEClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, rerr 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*ONEClusterReconciler) SetupWithManager ¶
func (r *ONEClusterReconciler) SetupWithManager(mgr ctrl.Manager) error
type ONEMachineReconciler ¶
ONEMachineReconciler reconciles a ONEMachine object
func (*ONEMachineReconciler) Reconcile ¶
func (r *ONEMachineReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, rerr 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.0/pkg/reconcile
func (*ONEMachineReconciler) SetupWithManager ¶
func (r *ONEMachineReconciler) SetupWithManager(mgr ctrl.Manager) error