Package org.cdk8s.plus24.k8s
Interface KubePersistentVolumeClaimListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePersistentVolumeClaimListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-07-25T00:18:39.373Z") @Stability(Stable) public interface KubePersistentVolumeClaimListProps extends software.amazon.jsii.JsiiSerializable
PersistentVolumeClaimList is a list of PersistentVolumeClaim items.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePersistentVolumeClaimListProps.Builder
A builder forKubePersistentVolumeClaimListProps
static class
KubePersistentVolumeClaimListProps.Jsii$Proxy
An implementation forKubePersistentVolumeClaimListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePersistentVolumeClaimListProps.Builder
builder()
List<KubePersistentVolumeClaimProps>
getItems()
items is a list of persistent volume claims.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePersistentVolumeClaimProps> getItems()
items is a list of persistent volume claims.More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubePersistentVolumeClaimListProps.Builder builder()
-
-