Documentation
¶
Index ¶
Constants ¶
View Source
const (
// controller name that will be used when
DPUNodeControllerName = "dpunode"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DPUNodeReconciler ¶
type DPUNodeReconciler struct {
client.Client
DPUInstallInterface *string
// Options are the Options used to configure the DMS Pods created by the controller.
Options dnutil.DMSPodOptions
// Recorder is an event recorder that is used to record events that occur during the execution of the controller.
Recorder record.EventRecorder
}
DPUNodeReconciler reconciles a DPUNode object
func (*DPUNodeReconciler) SetupWithManager ¶
func (r *DPUNodeReconciler) SetupWithManager(mgr ctrl.Manager) error
type NodeReconciler ¶
type NodeReconciler struct {
client.Client
Options dnutil.DMSPodOptions
}
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.