Uses of Interface
org.cdk8s.plus25.NfsVolumeOptions
-
Packages that use NfsVolumeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of NfsVolumeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement NfsVolumeOptions Modifier and Type Class Description static classNfsVolumeOptions.Jsii$ProxyAn implementation forNfsVolumeOptionsMethods in org.cdk8s.plus25 that return NfsVolumeOptions Modifier and Type Method Description NfsVolumeOptionsNfsVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type NfsVolumeOptions Modifier and Type Method Description static VolumeVolume. fromNfs(software.constructs.Construct scope, String id, String name, NfsVolumeOptions options)Used to mount an NFS share into a Pod.
-