Packages

class CustomLeaderLock extends LeaderForLifeLock[LeaderLockResource]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomLeaderLock
  2. LeaderForLifeLock
  3. LeaderLock
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomLeaderLock(lockName: String, retryPolicy: Schedule[Any, K8sFailure, Unit], deleteOnRelease: Boolean = true, leaderlockresources: Service)

Value Members

  1. def acquireLock(namespace: K8sNamespace, self: Pod): ZIO[Scope, LeaderElectionFailure[Nothing], Unit]
    Definition Classes
    LeaderForLifeLockLeaderLock