Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1Toleration> |
V1beta1SchedulingFluentImpl.buildTolerations() |
List<V1Toleration> |
V1PodSpecFluentImpl.buildTolerations() |
List<V1Toleration> |
V1alpha1SchedulingFluent.buildTolerations() |
List<V1Toleration> |
V1beta1SchedulingFluent.buildTolerations() |
List<V1Toleration> |
V1PodSpecFluent.buildTolerations() |
List<V1Toleration> |
V1alpha1SchedulingFluentImpl.buildTolerations() |
List<V1Toleration> |
V1beta1SchedulingFluentImpl.getTolerations()
Deprecated.
|
List<V1Toleration> |
V1PodSpecFluentImpl.getTolerations()
Deprecated.
|
List<V1Toleration> |
V1alpha1SchedulingFluent.getTolerations()
Deprecated.
|
List<V1Toleration> |
V1beta1SchedulingFluent.getTolerations()
Deprecated.
|
List<V1Toleration> |
V1PodSpecFluent.getTolerations()
Deprecated.
|
List<V1Toleration> |
V1alpha1SchedulingFluentImpl.getTolerations()
Deprecated.
|
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> |
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.
|
Constructor and Description |
---|
V1TolerationBuilder(V1Toleration instance) |
V1TolerationBuilder(V1Toleration instance,
Boolean validationEnabled) |
V1TolerationBuilder(V1TolerationFluent<?> fluent,
V1Toleration instance) |
V1TolerationBuilder(V1TolerationFluent<?> fluent,
V1Toleration instance,
Boolean validationEnabled) |
V1TolerationFluentImpl(V1Toleration instance) |
Copyright © 2020. All rights reserved.