Uses of Interface
org.cdk8s.plus25.k8s.EmptyDirVolumeSource
-
Packages that use EmptyDirVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of EmptyDirVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement EmptyDirVolumeSource Modifier and Type Class Description static classEmptyDirVolumeSource.Jsii$ProxyAn implementation forEmptyDirVolumeSourceMethods in org.cdk8s.plus25.k8s that return EmptyDirVolumeSource Modifier and Type Method Description EmptyDirVolumeSourceEmptyDirVolumeSource.Builder. build()Builds the configured instance.default EmptyDirVolumeSourceVolume. getEmptyDir()emptyDir represents a temporary directory that shares a pod's lifetime.EmptyDirVolumeSourceVolume.Jsii$Proxy. getEmptyDir()Methods in org.cdk8s.plus25.k8s with parameters of type EmptyDirVolumeSource Modifier and Type Method Description Volume.BuilderVolume.Builder. emptyDir(EmptyDirVolumeSource emptyDir)Sets the value ofVolume.getEmptyDir()
-