
org.cdk8s.plus31.EnvFieldPaths Maven / Gradle / Ivy
package org.cdk8s.plus31;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.105.0 (build 0a2adcb)", date = "2024-11-15T12:15:24.819Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.cdk8s.plus31.$Module.class, fqn = "cdk8s-plus-31.EnvFieldPaths")
public enum EnvFieldPaths {
/**
* The name of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_NAME,
/**
* The namespace of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_NAMESPACE,
/**
* The uid of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_UID,
/**
* The labels of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_LABEL,
/**
* The annotations of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_ANNOTATION,
/**
* The ipAddress of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_IP,
/**
* The service account name of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
SERVICE_ACCOUNT_NAME,
/**
* The name of the node.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
NODE_NAME,
/**
* The ipAddress of the node.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
NODE_IP,
/**
* The ipAddresess of the pod.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
POD_IPS,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy