Impl

com.coralogix.zio.k8s.operator.leader.locks.LeaseLock.Impl
class Impl(store: Ref[Option[VersionedRecord]], namespace: K8sNamespace, identity: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def release(): ZIO[Any, Nothing, Unit]
def renew(): ZIO[Any, LeaderElectionFailure[Nothing], Unit]