Uses of Interface
org.cdk8s.plus24.PodSchedulingColocateOptions
-
-
Uses of PodSchedulingColocateOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement PodSchedulingColocateOptions Modifier and Type Class Description static class
PodSchedulingColocateOptions.Jsii$Proxy
An implementation forPodSchedulingColocateOptions
Methods in org.cdk8s.plus24 that return PodSchedulingColocateOptions Modifier and Type Method Description PodSchedulingColocateOptions
PodSchedulingColocateOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type PodSchedulingColocateOptions Modifier and Type Method Description void
PodScheduling. colocate(IPodSelector selector, PodSchedulingColocateOptions options)
Co-locate this pod with a scheduling selection.
-