Uses of Interface
org.cdk8s.plus28.NfsVolumeOptions
-
Packages that use NfsVolumeOptions Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of NfsVolumeOptions in org.cdk8s.plus28
Classes in org.cdk8s.plus28 that implement NfsVolumeOptions Modifier and Type Class Description static classNfsVolumeOptions.Jsii$ProxyAn implementation forNfsVolumeOptionsMethods in org.cdk8s.plus28 that return NfsVolumeOptions Modifier and Type Method Description NfsVolumeOptionsNfsVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28 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.
-