Uses of Interface
org.cdk8s.plus25.IStorage
-
Packages that use IStorage Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of IStorage in org.cdk8s.plus25
Subinterfaces of IStorage in org.cdk8s.plus25 Modifier and Type Interface Description static interfaceIStorage.Jsii$DefaultInternal default implementation forIStorage.Classes in org.cdk8s.plus25 that implement IStorage Modifier and Type Class Description classAwsElasticBlockStorePersistentVolumeRepresents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.classAzureDiskPersistentVolumeAzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.classGCEPersistentDiskPersistentVolumeGCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.static classIStorage.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classPersistentVolumeA PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator or dynamically provisioned using Storage Classes.classVolumeVolume represents a named volume in a pod that may be accessed by any container in the pod.Methods in org.cdk8s.plus25 with parameters of type IStorage Modifier and Type Method Description voidContainer. mount(String path, IStorage storage)Mount a volume to a specific path so that it is accessible by the container.voidContainer. mount(String path, IStorage storage, MountOptions options)Mount a volume to a specific path so that it is accessible by the container.
-