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 ¶
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.
Click to show internal directories.
Click to hide internal directories.