public static interface EksEmptyDir.Builder extends SdkPojo, CopyableBuilder<EksEmptyDir.Builder,EksEmptyDir>
| Modifier and Type | Method and Description |
|---|---|
EksEmptyDir.Builder |
medium(String medium)
The medium to store the volume.
|
EksEmptyDir.Builder |
sizeLimit(String sizeLimit)
The maximum size of the volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksEmptyDir.Builder medium(String medium)
The medium to store the volume. The default value is an empty string, which uses the storage of the node.
(Default) Use the disk storage of the node.
Use the tmpfs volume that's backed by the RAM of the node. Contents of the volume are lost when
the node reboots, and any storage on the volume counts against the container's memory limit.
medium - The medium to store the volume. The default value is an empty string, which uses the storage of the
node.
(Default) Use the disk storage of the node.
Use the tmpfs volume that's backed by the RAM of the node. Contents of the volume are
lost when the node reboots, and any storage on the volume counts against the container's memory limit.
EksEmptyDir.Builder sizeLimit(String sizeLimit)
The maximum size of the volume. By default, there's no maximum size defined.
sizeLimit - The maximum size of the volume. By default, there's no maximum size defined.Copyright © 2023. All rights reserved.