Uses of Class
org.cdk8s.plus25.EmptyDirMedium
-
Packages that use EmptyDirMedium Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of EmptyDirMedium in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 with parameters of type EmptyDirMedium Modifier and Type Method Description EmptyDirVolumeOptions.BuilderEmptyDirVolumeOptions.Builder. medium(EmptyDirMedium medium)Sets the value ofEmptyDirVolumeOptions.getMedium()
-