Uses of Class
org.cdk8s.plus23.EmptyDirMedium
-
-
Uses of EmptyDirMedium in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return EmptyDirMedium Modifier and Type Method Description default EmptyDirMediumEmptyDirVolumeOptions. getMedium()By default, emptyDir volumes are stored on whatever medium is backing the node - that might be disk or SSD or network storage, depending on your environment.EmptyDirMediumEmptyDirVolumeOptions.Jsii$Proxy. getMedium()static EmptyDirMediumEmptyDirMedium. valueOf(String name)Returns the enum constant of this type with the specified name.static EmptyDirMedium[]EmptyDirMedium. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus23 with parameters of type EmptyDirMedium Modifier and Type Method Description EmptyDirVolumeOptions.BuilderEmptyDirVolumeOptions.Builder. medium(EmptyDirMedium medium)Sets the value ofEmptyDirVolumeOptions.getMedium()
-