Package org.cdk8s.plus25.k8s
Interface KubePersistentVolumeProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePersistentVolumeProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.677Z") @Stability(Stable) public interface KubePersistentVolumeProps extends software.amazon.jsii.JsiiSerializable
PersistentVolume (PV) is a storage resource provisioned by an administrator.It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubePersistentVolumeProps.BuilderA builder forKubePersistentVolumePropsstatic classKubePersistentVolumeProps.Jsii$ProxyAn implementation forKubePersistentVolumeProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubePersistentVolumeProps.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default PersistentVolumeSpecgetSpec()spec defines a specification of a persistent volume owned by the cluster.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default PersistentVolumeSpec getSpec()
spec defines a specification of a persistent volume owned by the cluster.Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes
-
builder
@Stability(Stable) static KubePersistentVolumeProps.Builder builder()
- Returns:
- a
KubePersistentVolumeProps.BuilderofKubePersistentVolumeProps
-
-