Package org.cdk8s.plus24.k8s
Interface KubeStorageVersionListV1Alpha1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeStorageVersionListV1Alpha1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.652Z") @Stability(Stable) public interface KubeStorageVersionListV1Alpha1Props extends software.amazon.jsii.JsiiSerializable
A list of StorageVersions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeStorageVersionListV1Alpha1Props.Builder
A builder forKubeStorageVersionListV1Alpha1Props
static class
KubeStorageVersionListV1Alpha1Props.Jsii$Proxy
An implementation forKubeStorageVersionListV1Alpha1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeStorageVersionListV1Alpha1Props.Builder
builder()
List<KubeStorageVersionV1Alpha1Props>
getItems()
Items holds a list of StorageVersion.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeStorageVersionV1Alpha1Props> getItems()
Items holds a list of StorageVersion.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
builder
@Stability(Stable) static KubeStorageVersionListV1Alpha1Props.Builder builder()
-
-