Uses of Interface
org.cdk8s.plus24.WorkloadSchedulingSpreadOptions
-
Packages that use WorkloadSchedulingSpreadOptions Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of WorkloadSchedulingSpreadOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement WorkloadSchedulingSpreadOptions Modifier and Type Class Description static class
WorkloadSchedulingSpreadOptions.Jsii$Proxy
An implementation forWorkloadSchedulingSpreadOptions
Methods in org.cdk8s.plus24 that return WorkloadSchedulingSpreadOptions Modifier and Type Method Description WorkloadSchedulingSpreadOptions
WorkloadSchedulingSpreadOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type WorkloadSchedulingSpreadOptions Modifier and Type Method Description void
WorkloadScheduling. spread(WorkloadSchedulingSpreadOptions options)
Spread the pods in this workload by the topology key.
-