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