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