Package org.cdk8s.plus24.k8s
Interface KubePersistentVolumeClaimProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePersistentVolumeClaimProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.878Z") @Stability(Stable) public interface KubePersistentVolumeClaimProps extends software.amazon.jsii.JsiiSerializable
PersistentVolumeClaim is a user's request for and claim to a persistent volume.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePersistentVolumeClaimProps.Builder
A builder forKubePersistentVolumeClaimProps
static class
KubePersistentVolumeClaimProps.Jsii$Proxy
An implementation forKubePersistentVolumeClaimProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubePersistentVolumeClaimProps.Builder
builder()
default ObjectMeta
getMetadata()
Standard object's metadata.default PersistentVolumeClaimSpec
getSpec()
spec defines the desired characteristics of a volume requested by a pod author.
-
-
-
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 PersistentVolumeClaimSpec getSpec()
spec defines the desired characteristics of a volume requested by a pod author.More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
-
builder
@Stability(Stable) static KubePersistentVolumeClaimProps.Builder builder()
-
-