| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.extended.leaderelection | |
| io.fabric8.kubernetes.client.extended.leaderelection.resourcelock |
| Modifier and Type | Method and Description |
|---|---|
Lock |
LeaderElectionConfigFluentImpl.getLock() |
Lock |
LeaderElectionConfigFluent.getLock() |
Lock |
LeaderElectionConfig.getLock() |
| Modifier and Type | Method and Description |
|---|---|
A |
LeaderElectionConfigFluentImpl.withLock(Lock lock) |
A |
LeaderElectionConfigFluent.withLock(Lock lock) |
| Constructor and Description |
|---|
LeaderElectionConfig(Lock lock,
Duration leaseDuration,
Duration renewDeadline,
Duration retryPeriod,
LeaderCallbacks leaderCallbacks,
boolean releaseOnCancel,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMapLock |
class |
LeaseLock |
class |
ResourceLock<T extends io.fabric8.kubernetes.api.model.HasMetadata> |
Copyright © 2015–2023 Red Hat. All rights reserved.