Package | Description |
---|---|
io.kubernetes.client.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> |
V1PodSpec.getTolerations()
If specified, the pod's tolerations.
|
Modifier and Type | Method and Description |
---|---|
V1PodSpec |
V1PodSpec.addTolerationsItem(V1Toleration tolerationsItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1PodSpec.setTolerations(List<V1Toleration> tolerations) |
V1PodSpec |
V1PodSpec.tolerations(List<V1Toleration> tolerations) |
Copyright © 2017. All rights reserved.