CustomLeaderLock

com.coralogix.zio.k8s.operator.leader.locks.CustomLeaderLock
class CustomLeaderLock(lockName: String, retryPolicy: Schedule[Any, K8sFailure, Unit], deleteOnRelease: Boolean, leaderlockresources: Service) extends LeaderForLifeLock[LeaderLockResource]

Attributes

Graph
Supertypes
trait LeaderLock
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def acquireLock(namespace: K8sNamespace, self: Pod): ZIO[Any, LeaderElectionFailure[Nothing], Unit]

Attributes

Inherited from:
LeaderForLifeLock