Package org.cdk8s.plus23
Interface PodSchedulingSeparateOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PodSchedulingSeparateOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.685Z") @Stability(Stable) public interface PodSchedulingSeparateOptions extends software.amazon.jsii.JsiiSerializable
Options for `PodScheduling.separate`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPodSchedulingSeparateOptions.BuilderA builder forPodSchedulingSeparateOptionsstatic classPodSchedulingSeparateOptions.Jsii$ProxyAn implementation forPodSchedulingSeparateOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PodSchedulingSeparateOptions.Builderbuilder()default TopologygetTopology()Which topology to separate on.default NumbergetWeight()Indicates the separation is optional (soft), with this weight score.
-
-
-
Method Detail
-
getTopology
@Stability(Stable) @Nullable default Topology getTopology()
Which topology to separate on.Default: - Topology.HOSTNAME
-
getWeight
@Stability(Stable) @Nullable default Number getWeight()
Indicates the separation is optional (soft), with this weight score.Default: - no weight. separation is assumed to be required (hard).
-
builder
@Stability(Stable) static PodSchedulingSeparateOptions.Builder builder()
-
-