Package org.cdk8s.plus23
Interface IStorage
-
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStorage.Jsii$Default
- All Known Implementing Classes:
AwsElasticBlockStorePersistentVolume
,AzureDiskPersistentVolume
,GCEPersistentDiskPersistentVolume
,IStorage.Jsii$Proxy
,PersistentVolume
,Volume
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.093Z") @Stability(Stable) public interface IStorage extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Represents a piece of storage in the cluster.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IStorage.Jsii$Default
Internal default implementation forIStorage
.static class
IStorage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Volume
asVolume()
Convert the piece of storage into a concrete volume.
-
-
-
Method Detail
-
asVolume
@Stability(Stable) @NotNull Volume asVolume()
Convert the piece of storage into a concrete volume.
-
-