Uses of Interface
org.cdk8s.plus25.k8s.AwsElasticBlockStoreVolumeSource
-
Packages that use AwsElasticBlockStoreVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of AwsElasticBlockStoreVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement AwsElasticBlockStoreVolumeSource Modifier and Type Class Description static classAwsElasticBlockStoreVolumeSource.Jsii$ProxyAn implementation forAwsElasticBlockStoreVolumeSourceMethods in org.cdk8s.plus25.k8s that return AwsElasticBlockStoreVolumeSource Modifier and Type Method Description AwsElasticBlockStoreVolumeSourceAwsElasticBlockStoreVolumeSource.Builder. build()Builds the configured instance.default AwsElasticBlockStoreVolumeSourcePersistentVolumeSpec. getAwsElasticBlockStore()awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.AwsElasticBlockStoreVolumeSourcePersistentVolumeSpec.Jsii$Proxy. getAwsElasticBlockStore()default AwsElasticBlockStoreVolumeSourceVolume. getAwsElasticBlockStore()awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.AwsElasticBlockStoreVolumeSourceVolume.Jsii$Proxy. getAwsElasticBlockStore()Methods in org.cdk8s.plus25.k8s with parameters of type AwsElasticBlockStoreVolumeSource Modifier and Type Method Description PersistentVolumeSpec.BuilderPersistentVolumeSpec.Builder. awsElasticBlockStore(AwsElasticBlockStoreVolumeSource awsElasticBlockStore)Sets the value ofPersistentVolumeSpec.getAwsElasticBlockStore()Volume.BuilderVolume.Builder. awsElasticBlockStore(AwsElasticBlockStoreVolumeSource awsElasticBlockStore)Sets the value ofVolume.getAwsElasticBlockStore()
-