org.cdk8s.plus22.EmptyDirMedium Maven / Gradle / Ivy
package org.cdk8s.plus22;
/**
* The medium on which to store the volume.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.47.0 (build 86d2c33)", date = "2021-12-08T00:16:55.090Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus22.$Module.class, fqn = "cdk8s-plus-22.EmptyDirMedium")
public enum EmptyDirMedium {
/**
* The default volume of the backing node.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
DEFAULT,
/**
* Mount a tmpfs (RAM-backed filesystem) for you instead.
*
* While tmpfs is very
* fast, be aware that unlike disks, tmpfs is cleared on node reboot and any
* files you write will count against your Container's memory limit.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
MEMORY,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy