Package org.cdk8s.plus24
Interface IPersistentVolume
-
- All Superinterfaces:
IApiResource
,software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPersistentVolume.Jsii$Default
- All Known Implementing Classes:
AwsElasticBlockStorePersistentVolume
,AzureDiskPersistentVolume
,GCEPersistentDiskPersistentVolume
,IPersistentVolume.Jsii$Proxy
,PersistentVolume
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-31T02:28:41.596Z") @Stability(Stable) public interface IPersistentVolume extends software.amazon.jsii.JsiiSerializable, IResource
Contract of a `PersistentVolumeClaim`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IPersistentVolume.Jsii$Default
Internal default implementation forIPersistentVolume
.static class
IPersistentVolume.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
-
Methods inherited from interface org.cdk8s.plus24.IApiResource
getApiGroup, getResourceName, getResourceType
-
Methods inherited from interface org.cdk8s.plus24.IResource
getApiVersion, getKind, getName
-
-