CustomLeaderLock

class CustomLeaderLock(lockName: String, retryPolicy: Schedule[Any, K8sFailure, Unit], deleteOnRelease: Boolean, leaderlockresources: Service) extends LeaderForLifeLock[LeaderLockResource]
class Object
trait Matchable
class Any

Value members

Inherited methods

def acquireLock(namespace: K8sNamespace, self: Pod): ZManaged[Clock & Logging, LeaderElectionFailure[Nothing], Unit]
Inherited from
LeaderForLifeLock