Uses of Interface
org.cdk8s.plus24.PodSchedulingSeparateOptions
-
Packages that use PodSchedulingSeparateOptions Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of PodSchedulingSeparateOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement PodSchedulingSeparateOptions Modifier and Type Class Description static class
PodSchedulingSeparateOptions.Jsii$Proxy
An implementation forPodSchedulingSeparateOptions
Methods in org.cdk8s.plus24 that return PodSchedulingSeparateOptions Modifier and Type Method Description PodSchedulingSeparateOptions
PodSchedulingSeparateOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type PodSchedulingSeparateOptions Modifier and Type Method Description void
PodScheduling. separate(IPodSelector selector, PodSchedulingSeparateOptions options)
Seperate this pod from a scheduling selection.
-