All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cdk8s.plus31.EmptyDirMedium Maven / Gradle / Ivy

package org.cdk8s.plus31;

/**
 * The medium on which to store the volume.
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-10-12T12:14:17.358Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus31.$Module.class, fqn = "cdk8s-plus-31.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