Uses of Interface
org.cdk8s.plus24.EmptyDirVolumeOptions
-
-
Uses of EmptyDirVolumeOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement EmptyDirVolumeOptions Modifier and Type Class Description static classEmptyDirVolumeOptions.Jsii$ProxyAn implementation forEmptyDirVolumeOptionsMethods in org.cdk8s.plus24 that return EmptyDirVolumeOptions Modifier and Type Method Description EmptyDirVolumeOptionsEmptyDirVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 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.
-