Uses of Interface
org.cdk8s.plus25.EmptyDirVolumeOptions
-
Packages that use EmptyDirVolumeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of EmptyDirVolumeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement EmptyDirVolumeOptions Modifier and Type Class Description static classEmptyDirVolumeOptions.Jsii$ProxyAn implementation forEmptyDirVolumeOptionsMethods in org.cdk8s.plus25 that return EmptyDirVolumeOptions Modifier and Type Method Description EmptyDirVolumeOptionsEmptyDirVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type EmptyDirVolumeOptions Modifier and Type Method Description static VolumeVolume. fromEmptyDir(software.constructs.Construct scope, String id, String name, EmptyDirVolumeOptions options)An emptyDir volume is first created when a Pod is assigned to a Node, and exists as long as that Pod is running on that node.
-