Class EnvVarSource

    • Method Detail

      • getConfigMapKeyRef

        public ConfigMapKeySelector getConfigMapKeyRef()
        EnvVarSource represents a source for the value of an EnvVar.
      • setConfigMapKeyRef

        public void setConfigMapKeyRef​(ConfigMapKeySelector configMapKeyRef)
        EnvVarSource represents a source for the value of an EnvVar.
      • getFieldRef

        public ObjectFieldSelector getFieldRef()
        EnvVarSource represents a source for the value of an EnvVar.
      • setFieldRef

        public void setFieldRef​(ObjectFieldSelector fieldRef)
        EnvVarSource represents a source for the value of an EnvVar.
      • getResourceFieldRef

        public ResourceFieldSelector getResourceFieldRef()
        EnvVarSource represents a source for the value of an EnvVar.
      • setResourceFieldRef

        public void setResourceFieldRef​(ResourceFieldSelector resourceFieldRef)
        EnvVarSource represents a source for the value of an EnvVar.
      • getSecretKeyRef

        public SecretKeySelector getSecretKeyRef()
        EnvVarSource represents a source for the value of an EnvVar.
      • setSecretKeyRef

        public void setSecretKeyRef​(SecretKeySelector secretKeyRef)
        EnvVarSource represents a source for the value of an EnvVar.
      • getAdditionalProperties

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

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

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