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

org.cdk8s.plus23.ResourceFieldPaths Maven / Gradle / Ivy

package org.cdk8s.plus23;

/**
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.75.0 (build 63bb957)", date = "2023-02-21T09:46:03.680Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus23.$Module.class, fqn = "cdk8s-plus-23.ResourceFieldPaths")
public enum ResourceFieldPaths {
    /**
     * CPU limit of the container.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    CPU_LIMIT,
    /**
     * Memory limit of the container.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    MEMORY_LIMIT,
    /**
     * CPU request of the container.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    CPU_REQUEST,
    /**
     * Memory request of the container.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    MEMORY_REQUEST,
    /**
     * Ephemeral storage limit of the container.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    STORAGE_LIMIT,
    /**
     * Ephemeral storage request of the container.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    STORAGE_REQUEST,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy