| Package | Description |
|---|---|
| io.kubernetes.client.extended.leaderelection | |
| io.kubernetes.client.extended.leaderelection.resourcelock |
| Modifier and Type | Method and Description |
|---|---|
Lock |
LeaderElectionConfig.getLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
LeaderElectionConfig.setLock(Lock lock) |
| Constructor and Description |
|---|
LeaderElectionConfig(Lock lock,
Duration leaseDuration,
Duration renewDeadline,
Duration retryPeriod) |
LeaderElectionConfig(Lock lock,
Duration leaseDuration,
Duration renewDeadline,
Duration retryPeriod,
io.kubernetes.client.openapi.models.V1OwnerReference ownerReference) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMapLock |
class |
EndpointsLock |
class |
LeaseLock |
Copyright © 2021. All rights reserved.