Class SecretEnvSource

    • Constructor Detail

      • SecretEnvSource

        public SecretEnvSource()
        No args constructor for use in serialization
      • SecretEnvSource

        public SecretEnvSource​(String name,
                               Boolean optional)
    • Method Detail

      • getName

        public String getName()
        Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      • setName

        public void setName​(String name)
        Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
      • getOptional

        public Boolean getOptional()
        Specify whether the Secret must be defined
      • setOptional

        public void setOptional​(Boolean optional)
        Specify whether the Secret must be defined
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)