Package org.cdk8s.plus24.k8s
Interface KubeCsiStorageCapacityListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-07-25T00:18:39.310Z") @Stability(Stable) public interface KubeCsiStorageCapacityListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
CSIStorageCapacityList is a collection of CSIStorageCapacity objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCsiStorageCapacityListV1Beta1Props.Builder
A builder forKubeCsiStorageCapacityListV1Beta1Props
static class
KubeCsiStorageCapacityListV1Beta1Props.Jsii$Proxy
An implementation forKubeCsiStorageCapacityListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCsiStorageCapacityListV1Beta1Props.Builder
builder()
List<KubeCsiStorageCapacityV1Beta1Props>
getItems()
Items is the list of CSIStorageCapacity objects.default ListMeta
getMetadata()
Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeCsiStorageCapacityV1Beta1Props> getItems()
Items is the list of CSIStorageCapacity objects.
-
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 KubeCsiStorageCapacityListV1Beta1Props.Builder builder()
-
-