| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
EmptyDirVolumeOptions.Builder |
EmptyDirVolumeOptions.Builder.medium(EmptyDirMedium medium)
Sets the value of
EmptyDirVolumeOptions.getMedium() |
| Constructor and Description |
|---|
Jsii$Proxy(EmptyDirMedium medium,
org.cdk8s.Size sizeLimit)
Constructor that initializes the object based on literal property values passed by the
EmptyDirVolumeOptions.Builder. |
Copyright © 2021. All rights reserved.