controllers

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL