Documentation ¶
Index ¶
- func GetByoMachineByName(ctx context.Context, c client.Client, namespace, name string) (*infrav1.ByoMachine, error)
- func GetOwnerByoMachine(ctx context.Context, c client.Client, obj *metav1.ObjectMeta) (*infrav1.ByoMachine, error)
- type BothInstallerConfigReconciler
- func (r *BothInstallerConfigReconciler) ByoMachineToBothInstallerConfigMapFunc(o client.Object) []ctrl.Request
- func (r *BothInstallerConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)
- func (r *BothInstallerConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetByoMachineByName ¶
func GetByoMachineByName(ctx context.Context, c client.Client, namespace, name string) (*infrav1.ByoMachine, error)
GetByoMachineByName finds and return a ByoMachine object using the specified params.
func GetOwnerByoMachine ¶
func GetOwnerByoMachine(ctx context.Context, c client.Client, obj *metav1.ObjectMeta) (*infrav1.ByoMachine, error)
GetOwnerByoMachine returns the ByoMachine object owning the current resource.
Types ¶
type BothInstallerConfigReconciler ¶
type BothInstallerConfigReconciler struct { client.Client Scheme *runtime.Scheme Installer installer.Installer }
BothInstallerConfigReconciler reconciles a BothInstallerConfig object
func (*BothInstallerConfigReconciler) ByoMachineToBothInstallerConfigMapFunc ¶
func (r *BothInstallerConfigReconciler) ByoMachineToBothInstallerConfigMapFunc(o client.Object) []ctrl.Request
BothInstallerConfigReconciler is a handler.ToRequestsFunc to be used to enqeue request for reconciliation of BothInstallerConfig.
func (*BothInstallerConfigReconciler) Reconcile ¶
func (r *BothInstallerConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr 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. TODO(user): Modify the Reconcile function to compare the state specified by the BothInstallerConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.1/pkg/reconcile
func (*BothInstallerConfigReconciler) SetupWithManager ¶
func (r *BothInstallerConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.