Package org.cdk8s.plus28.k8s
Interface KubePersistentVolumeListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePersistentVolumeListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.765Z") @Stability(Stable) public interface KubePersistentVolumeListProps extends software.amazon.jsii.JsiiSerializable
PersistentVolumeList is a list of PersistentVolume items.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubePersistentVolumeListProps.BuilderA builder forKubePersistentVolumeListPropsstatic classKubePersistentVolumeListProps.Jsii$ProxyAn implementation forKubePersistentVolumeListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePersistentVolumeListProps.Builderbuilder()List<KubePersistentVolumeProps>getItems()items is a list of persistent volumes.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePersistentVolumeProps> getItems()
items is a list of persistent volumes.More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
-
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 KubePersistentVolumeListProps.Builder builder()
-
-