| Modifier and Type | Class and Description |
|---|---|
static class |
V1.Toleration
The pod this Toleration is attached to tolerates any taint that matches
the triple <key,value,effect> using the matching operator <operator>.
|
static class |
V1.Toleration.Builder
The pod this Toleration is attached to tolerates any taint that matches
the triple <key,value,effect> using the matching operator <operator>.
|
| Modifier and Type | Method and Description |
|---|---|
V1.TolerationOrBuilder |
V1.PodSpecOrBuilder.getTolerationsOrBuilder(int index)
If specified, the pod's tolerations.
|
V1.TolerationOrBuilder |
V1.PodSpec.getTolerationsOrBuilder(int index)
If specified, the pod's tolerations.
|
V1.TolerationOrBuilder |
V1.PodSpec.Builder.getTolerationsOrBuilder(int index)
If specified, the pod's tolerations.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends V1.TolerationOrBuilder> |
V1.PodSpecOrBuilder.getTolerationsOrBuilderList()
If specified, the pod's tolerations.
|
List<? extends V1.TolerationOrBuilder> |
V1.PodSpec.getTolerationsOrBuilderList()
If specified, the pod's tolerations.
|
List<? extends V1.TolerationOrBuilder> |
V1.PodSpec.Builder.getTolerationsOrBuilderList()
If specified, the pod's tolerations.
|
Copyright © 2018. All rights reserved.