ConfigMapLock

class ConfigMapLock(lockName: String, retryPolicy: Schedule[Any, K8sFailure, Unit], deleteOnRelease: Boolean, configmaps: Service) extends LeaderForLifeLock[ConfigMap]
class LeaderForLifeLock[ConfigMap]
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