Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapLocker ¶ added in v1.2.173
func NewConfigMapLocker ¶ added in v1.2.173
func NewConfigMapLocker(configMapName, namespace string, locker lockgate.Locker) *ConfigMapLocker
func (*ConfigMapLocker) Acquire ¶ added in v1.2.173
func (locker *ConfigMapLocker) Acquire(lockName string, opts lockgate.AcquireOptions) (bool, lockgate.LockHandle, error)
func (*ConfigMapLocker) Release ¶ added in v1.2.173
func (locker *ConfigMapLocker) Release(lock lockgate.LockHandle) error
type LockManager ¶
type LockManager struct { Namespace string LockerWithRetry *locker_with_retry.LockerWithRetry }
NOTE: LockManager for not is not multithreaded due to the lack of support of contexts in the lockgate library
func NewLockManager ¶
func NewLockManager(namespace string) (*LockManager, error)
func (*LockManager) LockRelease ¶
func (lockManager *LockManager) LockRelease(ctx context.Context, releaseName string) (lockgate.LockHandle, error)
func (*LockManager) Unlock ¶
func (lockManager *LockManager) Unlock(handle lockgate.LockHandle) error
Click to show internal directories.
Click to hide internal directories.