controllers

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2025 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MachineFinalizer = "machine"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MachineReconciler

type MachineReconciler struct {
	VolumePluginManager *volume.PluginManager

	recorder.EventRecorder
	// contains filtered or unexported fields
}

func NewMachineReconciler

func NewMachineReconciler(
	log logr.Logger,
	machines store.Store[*api.Machine],
	machineEvents event.Source[*api.Machine],
	eventRecorder recorder.EventRecorder,
	vmm *vmm.Manager,
	volumePluginManager *volume.PluginManager,
	nicPlugin networkinterface.Plugin,
	opts MachineReconcilerOptions,
) (*MachineReconciler, error)

func (*MachineReconciler) Start

func (r *MachineReconciler) Start(ctx context.Context) error

type MachineReconcilerOptions

type MachineReconcilerOptions struct {
	ImageCache ociImage.Cache
	Raw        raw.Raw

	Paths host.Paths
}

Jump to

Keyboard shortcuts

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