LeaderLock

trait LeaderLock

Common interface for different lock implementations used for leader election.

Common interface for different lock implementations used for leader election.

class Object
trait Matchable
class Any

Value members

Abstract methods

def acquireLock(namespace: K8sNamespace, pod: Pod): ZManaged[Clock & Logging, LeaderElectionFailure[Nothing], Unit]