Package org.cdk8s.plus24.k8s
Interface KubeStorageClassListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeStorageClassListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.231Z") @Stability(Stable) public interface KubeStorageClassListProps extends software.amazon.jsii.JsiiSerializable
StorageClassList is a collection of storage classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeStorageClassListProps.Builder
A builder forKubeStorageClassListProps
static class
KubeStorageClassListProps.Jsii$Proxy
An implementation forKubeStorageClassListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeStorageClassListProps.Builder
builder()
List<KubeStorageClassProps>
getItems()
Items is the list of StorageClasses.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<KubeStorageClassProps> getItems()
Items is the list of StorageClasses.
-
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 KubeStorageClassListProps.Builder builder()
- Returns:
- a
KubeStorageClassListProps.Builder
ofKubeStorageClassListProps
-
-