Impl

class Impl(store: Ref[Option[VersionedRecord]], namespace: K8sNamespace, identity: String)
class Object
trait Matchable
class Any

Value members

Concrete methods

def acquire(): ZIO[Random & Clock & Logging, LeaderElectionFailure[Nothing], Unit]
def release(): ZIO[Clock & Logging, Nothing, Unit]
def renew(): ZIO[Clock & Logging, LeaderElectionFailure[Nothing], Unit]