Documentation ¶
Index ¶
Constants ¶
View Source
const ( // BmhPausedAnnotation is the annotations for pausing baremetalhost reconciliation BmhPausedAnnotation = "baremetalhost.metal3.io/paused" // BmhPausedAnnotationValue is the value for the annotation for pausing baremetalhost reconciliation BmhPausedAnnotationValue = "kanod.io/bmpool" // KanodPoolnameAnnotation is the annotation containing the poolname value KanodPoolnameAnnotation string = "kanod.io/poolname" MilliResyncPeriod = 5000 Info = 0 Debug = 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BareMetalDefReconciler ¶ added in v0.2.0
type BareMetalDefReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Broker *broker.Broker }
func (*BareMetalDefReconciler) SetupWithManager ¶ added in v0.2.0
func (r *BareMetalDefReconciler) SetupWithManager(mgr ctrl.Manager) error
//////////////////////////////////////////////////////////////
type NetworkAnnotation ¶ added in v0.1.5
type PoolDefReconciler ¶ added in v0.2.0
type PoolDefReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Broker *broker.Broker }
PoolDefReconciler reconciles a PoolDef object
func (*PoolDefReconciler) SetupWithManager ¶ added in v0.2.0
func (r *PoolDefReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PoolUserReconciler ¶ added in v0.1.10
type PoolUserReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Broker *broker.Broker }
PoolUserReconciler reconciles a PoolUser object
func (*PoolUserReconciler) SetupWithManager ¶ added in v0.1.10
func (r *PoolUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.