ConfigMapLock

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

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