Package org.cdk8s.plus25
Interface PodSchedulingAttractOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PodSchedulingAttractOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.398Z") @Stability(Stable) public interface PodSchedulingAttractOptions extends software.amazon.jsii.JsiiSerializable
Options forPodScheduling.attract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPodSchedulingAttractOptions.BuilderA builder forPodSchedulingAttractOptionsstatic classPodSchedulingAttractOptions.Jsii$ProxyAn implementation forPodSchedulingAttractOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PodSchedulingAttractOptions.Builderbuilder()default NumbergetWeight()Indicates the attraction is optional (soft), with this weight score.
-
-
-
Method Detail
-
getWeight
@Stability(Stable) @Nullable default Number getWeight()
Indicates the attraction is optional (soft), with this weight score.Default: - no weight. assignment is assumed to be required (hard).
-
builder
@Stability(Stable) static PodSchedulingAttractOptions.Builder builder()
-
-