controller

package
v0.0.0-...-a6d626c Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OSUpdateType = "OperatingSystemUpdate"
	LibVirtType  = "LibVirtConnection"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type HypervisorReconciler

type HypervisorReconciler struct {
	client.Client
	Scheme       *runtime.Scheme
	Systemd      systemd.Interface
	Libvirt      libvirt.Interface
	KernelReader kernel.Interface
	// contains filtered or unexported fields
}

HypervisorReconciler reconciles a Hypervisor object

func (*HypervisorReconciler) Reconcile

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

func (*HypervisorReconciler) SetupWithManager

func (r *HypervisorReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

func (*HypervisorReconciler) Start

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

Start is called when the manager starts. It starts the libvirt event subscription to receive events when the hypervisor needs to be reconciled.

type SecretReconciler

type SecretReconciler struct {
	client.Client
	Scheme  *runtime.Scheme
	Systemd systemd.Interface
	// contains filtered or unexported fields
}

SecretReconciler reconciles a Secret object

func (*SecretReconciler) Reconcile

func (r *SecretReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, 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.

func (*SecretReconciler) SetupWithManager

func (r *SecretReconciler) 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