machineset

package
v0.0.0-...-d6be293 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ArchitectureAmd64 is the normalized architecture for amd64.
	ArchitectureAmd64 normalizedArch = "amd64"
	// ArchitectureArm64 is the normalized architecture for arm64.
	ArchitectureArm64 normalizedArch = "arm64"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	Client                     client.Client
	Log                        logr.Logger
	ResourceSkusServiceBuilder resourceskus.ResourceSkusServiceBuilderFuncType

	AzureWorkloadIdentityEnabled bool
	// contains filtered or unexported fields
}

Reconciler reconciles machineSets.

func (*Reconciler) Reconcile

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

Reconcile implements controller runtime Reconciler interface.

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error

SetupWithManager creates a new controller for a manager.

Jump to

Keyboard shortcuts

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