Uses of Interface
org.cdk8s.plus24.k8s.Toleration
-
Packages that use Toleration Package Description org.cdk8s.plus24.k8s -
-
Uses of Toleration in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement Toleration Modifier and Type Class Description static class
Toleration.Jsii$Proxy
An implementation forToleration
Methods in org.cdk8s.plus24.k8s that return Toleration Modifier and Type Method Description Toleration
Toleration.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type Toleration Modifier and Type Method Description default List<Toleration>
PodSpec. getTolerations()
If specified, the pod's tolerations.List<Toleration>
PodSpec.Jsii$Proxy. getTolerations()
default List<Toleration>
Scheduling. 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<Toleration>
Scheduling.Jsii$Proxy. getTolerations()
default List<Toleration>
SchedulingV1Beta1. 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<Toleration>
SchedulingV1Beta1.Jsii$Proxy. getTolerations()
Method parameters in org.cdk8s.plus24.k8s with type arguments of type Toleration Modifier and Type Method Description PodSpec.Builder
PodSpec.Builder. tolerations(List<? extends Toleration> tolerations)
Sets the value ofPodSpec.getTolerations()
Scheduling.Builder
Scheduling.Builder. tolerations(List<? extends Toleration> tolerations)
Sets the value ofScheduling.getTolerations()
SchedulingV1Beta1.Builder
SchedulingV1Beta1.Builder. tolerations(List<? extends Toleration> tolerations)
Sets the value ofSchedulingV1Beta1.getTolerations()
-