Package org.cdk8s.plus28.k8s
Interface KubePodSchedulingContextV1Alpha2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodSchedulingContextV1Alpha2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.768Z") @Stability(Stable) public interface KubePodSchedulingContextV1Alpha2Props extends software.amazon.jsii.JsiiSerializable
PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubePodSchedulingContextV1Alpha2Props.BuilderA builder forKubePodSchedulingContextV1Alpha2Propsstatic classKubePodSchedulingContextV1Alpha2Props.Jsii$ProxyAn implementation forKubePodSchedulingContextV1Alpha2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePodSchedulingContextV1Alpha2Props.Builderbuilder()default ObjectMetagetMetadata()Standard object metadata.PodSchedulingContextSpecV1Alpha2getSpec()Spec describes where resources for the Pod are needed.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull PodSchedulingContextSpecV1Alpha2 getSpec()
Spec describes where resources for the Pod are needed.
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object metadata.
-
builder
@Stability(Stable) static KubePodSchedulingContextV1Alpha2Props.Builder builder()
-
-