Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = hivev1.ClusterClaimControllerName
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new ClusterClaim Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func AddToManager ¶
func AddToManager(mgr manager.Manager, r *ReconcileClusterClaim, concurrentReconciles int, rateLimiter workqueue.RateLimiter) error
AddToManager adds a new Controller to mgr with r as the reconcile.Reconciler
Types ¶
type ReconcileClusterClaim ¶
ReconcileClusterClaim reconciles a CLusterClaim object
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, rateLimiter flowcontrol.RateLimiter) *ReconcileClusterClaim
NewReconciler returns a new ReconcileClusterClaim
Click to show internal directories.
Click to hide internal directories.