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