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.61.0 (build abf4039)", date="2022-07-06T20:17:23.602Z") @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 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.
-
-