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 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaremetaldefReconciler ¶
type BaremetaldefReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Broker *broker.Broker }
func (*BaremetaldefReconciler) SetupWithManager ¶
func (r *BaremetaldefReconciler) SetupWithManager(mgr ctrl.Manager) error
//////////////////////////////////////////////////////////////
type NetworkAnnotation ¶ added in v0.1.5
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.
type PooldefReconciler ¶
type PooldefReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Broker *broker.Broker }
PooldefReconciler reconciles a Pooldef object
func (*PooldefReconciler) SetupWithManager ¶
func (r *PooldefReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.