Uses of Class
org.cdk8s.plus24.k8s.SchedulingV1Beta1.Builder
-
Packages that use SchedulingV1Beta1.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of SchedulingV1Beta1.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return SchedulingV1Beta1.Builder Modifier and Type Method Description static SchedulingV1Beta1.BuilderSchedulingV1Beta1. builder()SchedulingV1Beta1.BuilderSchedulingV1Beta1.Builder. nodeSelector(Map<String,String> nodeSelector)Sets the value ofSchedulingV1Beta1.getNodeSelector()SchedulingV1Beta1.BuilderSchedulingV1Beta1.Builder. tolerations(List<? extends Toleration> tolerations)Sets the value ofSchedulingV1Beta1.getTolerations()Constructors in org.cdk8s.plus24.k8s with parameters of type SchedulingV1Beta1.Builder Constructor Description Jsii$Proxy(SchedulingV1Beta1.Builder builder)Constructor that initializes the object based on literal property values passed by theSchedulingV1Beta1.Builder.
-