Package org.cdk8s.plus22
Interface PodSchedulingAttractOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PodSchedulingAttractOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.095Z") @Stability(Stable) public interface PodSchedulingAttractOptions extends software.amazon.jsii.JsiiSerializable
Options for `PodScheduling.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()
-
-