| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1Toleration |
V1Toleration.effect(String effect) |
V1Toleration |
V1Toleration.key(String key) |
V1Toleration |
V1Toleration.operator(String operator) |
V1Toleration |
V1Toleration.tolerationSeconds(Long tolerationSeconds) |
V1Toleration |
V1Toleration.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<V1Toleration> |
V1beta1Scheduling.getTolerations()
tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during
admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.
|
List<V1Toleration> |
V1PodSpec.getTolerations()
If specified, the pod's tolerations.
|
List<V1Toleration> |
V1Scheduling.getTolerations()
tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during
admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.
|
List<V1Toleration> |
V1alpha1Scheduling.getTolerations()
tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during
admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1Scheduling |
V1beta1Scheduling.addTolerationsItem(V1Toleration tolerationsItem) |
V1PodSpec |
V1PodSpec.addTolerationsItem(V1Toleration tolerationsItem) |
V1Scheduling |
V1Scheduling.addTolerationsItem(V1Toleration tolerationsItem) |
V1alpha1Scheduling |
V1alpha1Scheduling.addTolerationsItem(V1Toleration tolerationsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1beta1Scheduling.setTolerations(List<V1Toleration> tolerations) |
void |
V1PodSpec.setTolerations(List<V1Toleration> tolerations) |
void |
V1Scheduling.setTolerations(List<V1Toleration> tolerations) |
void |
V1alpha1Scheduling.setTolerations(List<V1Toleration> tolerations) |
V1beta1Scheduling |
V1beta1Scheduling.tolerations(List<V1Toleration> tolerations) |
V1PodSpec |
V1PodSpec.tolerations(List<V1Toleration> tolerations) |
V1Scheduling |
V1Scheduling.tolerations(List<V1Toleration> tolerations) |
V1alpha1Scheduling |
V1alpha1Scheduling.tolerations(List<V1Toleration> tolerations) |
Copyright © 2021. All rights reserved.