LeaderLock

com.coralogix.zio.k8s.operator.leader.LeaderLock

Common interface for different lock implementations used for leader election.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def acquireLock(namespace: K8sNamespace, pod: Pod): ZIO[Any, LeaderElectionFailure[Nothing], Unit]