Package org.cdk8s.plus20
Interface IStorage
-
- All Superinterfaces:
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.57.0 (build f614666)", date="2022-04-26T09:02:10.485Z") @Stability(Stable) public interface IStorage extends software.amazon.jsii.JsiiSerializable
Represents a piece of storage in the cluster.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIStorage.Jsii$DefaultInternal default implementation forIStorage.static classIStorage.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeasVolume()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.
-
-