vmware

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0 Imports: 46 Imported by: 0

Documentation

Overview

Package vmware contains the VSphereCluster reconciler.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddServiceAccountProviderControllerToManager added in v1.12.0

func AddServiceAccountProviderControllerToManager(ctx context.Context, controllerManagerCtx *capvcontext.ControllerManagerContext, mgr manager.Manager, clusterCache clustercache.ClusterCache, options controller.Options) error

AddServiceAccountProviderControllerToManager adds this controller to the provided manager.

func AddServiceDiscoveryControllerToManager added in v1.12.0

func AddServiceDiscoveryControllerToManager(ctx context.Context, controllerManagerCtx *capvcontext.ControllerManagerContext, mgr manager.Manager, clusterCache clustercache.ClusterCache, options controller.Options) error

AddServiceDiscoveryControllerToManager adds the ServiceDiscovery controller to the provided manager.

func AddVSphereMachineTemplateControllerToManager added in v1.11.1

func AddVSphereMachineTemplateControllerToManager(ctx context.Context, controllerManagerContext *capvcontext.ControllerManagerContext, mgr manager.Manager, options controller.Options) error

AddVSphereMachineTemplateControllerToManager adds the machine template controller to the provided manager.

Types

type ClusterReconciler

type ClusterReconciler struct {
	Client                client.Client
	Recorder              record.EventRecorder
	NetworkProvider       services.NetworkProvider
	ControlPlaneService   services.ControlPlaneEndpointService
	ResourcePolicyService services.ResourcePolicyService
}

ClusterReconciler reconciles VSphereClusters.

func (*ClusterReconciler) Reconcile

func (r *ClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (_ ctrl.Result, reterr error)

func (*ClusterReconciler) VSphereMachineToCluster

func (r *ClusterReconciler) VSphereMachineToCluster(ctx context.Context, o client.Object) []reconcile.Request

VSphereMachineToCluster adds reconcile requests for a Cluster when one of its control plane machines has an event.

func (*ClusterReconciler) ZoneToVSphereClusters added in v1.11.0

func (r *ClusterReconciler) ZoneToVSphereClusters(ctx context.Context, o client.Object) []reconcile.Request

ZoneToVSphereClusters adds reconcile requests for VSphereClusters when Zone has an event.

type ServiceAccountReconciler added in v1.12.0

type ServiceAccountReconciler struct {
	Client   client.Client
	Recorder record.EventRecorder
	// contains filtered or unexported fields
}

ServiceAccountReconciler reconciles changes to ProviderServiceAccounts.

func (*ServiceAccountReconciler) Reconcile added in v1.12.0

func (r *ServiceAccountReconciler) Reconcile(ctx context.Context, req reconcile.Request) (_ reconcile.Result, reterr error)

Jump to

Keyboard shortcuts

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