Package org.cdk8s.plus24.k8s
Interface KubeCsiStorageCapacityListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCsiStorageCapacityListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-05-25T02:26:40.870Z") @Stability(Stable) public interface KubeCsiStorageCapacityListProps extends software.amazon.jsii.JsiiSerializable
CSIStorageCapacityList is a collection of CSIStorageCapacity objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCsiStorageCapacityListProps.Builder
A builder forKubeCsiStorageCapacityListProps
static class
KubeCsiStorageCapacityListProps.Jsii$Proxy
An implementation forKubeCsiStorageCapacityListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCsiStorageCapacityListProps.Builder
builder()
List<KubeCsiStorageCapacityProps>
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<KubeCsiStorageCapacityProps> 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 KubeCsiStorageCapacityListProps.Builder builder()
-
-