Uses of Interface
org.cdk8s.plus25.CsiVolumeOptions
-
Packages that use CsiVolumeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of CsiVolumeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement CsiVolumeOptions Modifier and Type Class Description static classCsiVolumeOptions.Jsii$ProxyAn implementation forCsiVolumeOptionsMethods in org.cdk8s.plus25 that return CsiVolumeOptions Modifier and Type Method Description CsiVolumeOptionsCsiVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type CsiVolumeOptions Modifier and Type Method Description static VolumeVolume. fromCsi(software.constructs.Construct scope, String id, String driver, CsiVolumeOptions options)Populate the volume from a CSI driver, for example the Secrets Store CSI Driver: https://secrets-store-csi-driver.sigs.k8s.io/introduction.html.
-