dpudevice

package
v0.0.0-...-45355c3 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 43 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BMCMinSupportedVersion  = "BF-24.10-17"
	DPUDeviceControllerName = "dpudevice"

	CATrustBundleConfigMap = "dpf-ca-trust-bundle"
	CATrustBundleDataKey   = "ca.crt"
	BundleHashDataKey      = "bundle-hash"
)
View Source
const (

	// Labels stamped on each ClusterStaticEntry so a CR watch event can be mapped back to its
	// owning DPUDevice (the CR is cluster-scoped and cannot carry a namespaced ownerReference).
	LabelDPUDeviceName      = cutil.DPUDeviceNameLabel
	LabelDPUDeviceNamespace = cutil.DPUProvisioningPrefix + "dpudevice-namespace"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DPUDeviceReconciler

type DPUDeviceReconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

DPUDeviceReconciler reconciles a DPUDevice object

func (*DPUDeviceReconciler) Reconcile

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

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