Class EnvFromSource

    • Constructor Detail

      • EnvFromSource

        public EnvFromSource()
        No args constructor for use in serialization
    • Method Detail

      • getConfigMapRef

        public ConfigMapEnvSource getConfigMapRef()
        EnvFromSource represents the source of a set of ConfigMaps or Secrets
      • setConfigMapRef

        public void setConfigMapRef​(ConfigMapEnvSource configMapRef)
        EnvFromSource represents the source of a set of ConfigMaps or Secrets
      • getPrefix

        public String getPrefix()
        Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.
      • setPrefix

        public void setPrefix​(String prefix)
        Optional text to prepend to the name of each environment variable. Must be a C_IDENTIFIER.
      • getSecretRef

        public SecretEnvSource getSecretRef()
        EnvFromSource represents the source of a set of ConfigMaps or Secrets
      • setSecretRef

        public void setSecretRef​(SecretEnvSource secretRef)
        EnvFromSource represents the source of a set of ConfigMaps or Secrets
      • getAdditionalProperties

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

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

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