Class IoK8sApiCoreV1EnvVar


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1EnvVar
    extends Object
    EnvVar represents an environment variable present in a Container.
    • Constructor Detail

      • IoK8sApiCoreV1EnvVar

        public IoK8sApiCoreV1EnvVar()
    • Method Detail

      • getName

        public String getName()
        Name of the environment variable. Must be a C_IDENTIFIER.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getValue

        @Nullable
        public String getValue()
        Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\".
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object