| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1PodReadinessGate |
V1PodReadinessGate.conditionType(String conditionType) |
| Modifier and Type | Method and Description |
|---|---|
List<V1PodReadinessGate> |
V1PodSpec.getReadinessGates()
If specified, all readiness gates will be evaluated for pod readiness.
|
| Modifier and Type | Method and Description |
|---|---|
V1PodSpec |
V1PodSpec.addReadinessGatesItem(V1PodReadinessGate readinessGatesItem) |
| Modifier and Type | Method and Description |
|---|---|
V1PodSpec |
V1PodSpec.readinessGates(List<V1PodReadinessGate> readinessGates) |
void |
V1PodSpec.setReadinessGates(List<V1PodReadinessGate> readinessGates) |
Copyright © 2021. All rights reserved.