Uses of Class
org.cdk8s.plus25.k8s.EmptyDirVolumeSource.Builder
-
Packages that use EmptyDirVolumeSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of EmptyDirVolumeSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return EmptyDirVolumeSource.Builder Modifier and Type Method Description static EmptyDirVolumeSource.BuilderEmptyDirVolumeSource. builder()EmptyDirVolumeSource.BuilderEmptyDirVolumeSource.Builder. medium(String medium)Sets the value ofEmptyDirVolumeSource.getMedium()EmptyDirVolumeSource.BuilderEmptyDirVolumeSource.Builder. sizeLimit(Quantity sizeLimit)Sets the value ofEmptyDirVolumeSource.getSizeLimit()Constructors in org.cdk8s.plus25.k8s with parameters of type EmptyDirVolumeSource.Builder Constructor Description Jsii$Proxy(EmptyDirVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theEmptyDirVolumeSource.Builder.
-