Packages

class ConfigMapLock extends LeaderForLifeLock[ConfigMap]

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

Instance Constructors

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

Value Members

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