Package org.cdk8s.plus28.k8s
Interface KubePodSchedulingContextListV1Alpha2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodSchedulingContextListV1Alpha2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.768Z") @Stability(Stable) public interface KubePodSchedulingContextListV1Alpha2Props extends software.amazon.jsii.JsiiSerializable
PodSchedulingContextList is a collection of Pod scheduling objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubePodSchedulingContextListV1Alpha2Props.BuilderA builder forKubePodSchedulingContextListV1Alpha2Propsstatic classKubePodSchedulingContextListV1Alpha2Props.Jsii$ProxyAn implementation forKubePodSchedulingContextListV1Alpha2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePodSchedulingContextListV1Alpha2Props.Builderbuilder()List<KubePodSchedulingContextV1Alpha2Props>getItems()Items is the list of PodSchedulingContext objects.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePodSchedulingContextV1Alpha2Props> getItems()
Items is the list of PodSchedulingContext objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.
-
builder
@Stability(Stable) static KubePodSchedulingContextListV1Alpha2Props.Builder builder()
-
-