Impl

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

Value members

Concrete methods

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