Class EnvVarSource.Jsii$Proxy

  • All Implemented Interfaces:
    EnvVarSource, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    EnvVarSource

    @Stability(Stable)
    @Internal
    public static final class EnvVarSource.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements EnvVarSource
    An implementation for EnvVarSource
    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getFieldRef

        public final ObjectFieldSelector getFieldRef()
        Description copied from interface: EnvVarSource
        Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
        Specified by:
        getFieldRef in interface EnvVarSource
      • getResourceFieldRef

        public final ResourceFieldSelector getResourceFieldRef()
        Description copied from interface: EnvVarSource
        Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
        Specified by:
        getResourceFieldRef in interface EnvVarSource
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object