Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BarrierReconciler ¶
BarrierReconciler reconciles a Barrier object
func (*BarrierReconciler) SetupWithManager ¶
func (r *BarrierReconciler) SetupWithManager(mgr ctrl.Manager) error
type GateReconciler ¶
GateReconciler reconciles a Gate object
func (*GateReconciler) SetupWithManager ¶
func (r *GateReconciler) SetupWithManager(mgr ctrl.Manager) error
type LeaseReconciler ¶
LeaseReconciler reconciles a Lease object
func (*LeaseReconciler) SetupWithManager ¶
func (r *LeaseReconciler) SetupWithManager(mgr ctrl.Manager) error
type MutexReconciler ¶ added in v0.2.0
MutexReconciler reconciles a Mutex object
func (*MutexReconciler) SetupWithManager ¶ added in v0.2.0
func (r *MutexReconciler) SetupWithManager(mgr ctrl.Manager) error
type OnceReconciler ¶ added in v0.3.0
OnceReconciler reconciles a Once object
func (*OnceReconciler) SetupWithManager ¶ added in v0.3.0
func (r *OnceReconciler) SetupWithManager(mgr ctrl.Manager) error
type RWMutexReconciler ¶ added in v0.3.0
RWMutexReconciler reconciles a RWMutex object
func (*RWMutexReconciler) SetupWithManager ¶ added in v0.3.0
func (r *RWMutexReconciler) SetupWithManager(mgr ctrl.Manager) error
type SemaphoreReconciler ¶
SemaphoreReconciler reconciles a Semaphore object
func (*SemaphoreReconciler) SetupWithManager ¶
func (r *SemaphoreReconciler) SetupWithManager(mgr ctrl.Manager) error
type WaitGroupReconciler ¶ added in v0.3.0
WaitGroupReconciler reconciles a WaitGroup object
func (*WaitGroupReconciler) SetupWithManager ¶ added in v0.3.0
func (r *WaitGroupReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.