Uses of Interface
org.cdk8s.plus25.k8s.Toleration
-
Packages that use Toleration Package Description org.cdk8s.plus25.k8s -
-
Uses of Toleration in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Toleration Modifier and Type Class Description static classToleration.Jsii$ProxyAn implementation forTolerationMethods in org.cdk8s.plus25.k8s that return Toleration Modifier and Type Method Description TolerationToleration.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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()Method parameters in org.cdk8s.plus25.k8s with type arguments of type Toleration Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. tolerations(List<? extends Toleration> tolerations)Sets the value ofPodSpec.getTolerations()Scheduling.BuilderScheduling.Builder. tolerations(List<? extends Toleration> tolerations)Sets the value ofScheduling.getTolerations()
-