Documentation ¶
Index ¶
Constants ¶
View Source
const (
//HWControllerName Name to show in the logs
HWControllerName = "HardwareClassification-Controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BareMetalHostReconciler ¶
BareMetalHostReconciler reconciles a BareMetalHost object
func (*BareMetalHostReconciler) SetupWithManager ¶
func (r *BareMetalHostReconciler) SetupWithManager(mgr ctrl.Manager) error
type HardwareClassificationReconciler ¶
type HardwareClassificationReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
HardwareClassificationReconciler reconciles a HardwareClassification object
func (*HardwareClassificationReconciler) Reconcile ¶
func (hcReconciler *HardwareClassificationReconciler) Reconcile(req ctrl.Request) (_ ctrl.Result, reterr error)
Reconcile reconcile function
func (*HardwareClassificationReconciler) SetupWithManager ¶
func (hcReconciler *HardwareClassificationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will add watches for this controller
Click to show internal directories.
Click to hide internal directories.