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