Class ConfigMapKeySelector

    • Constructor Detail

      • ConfigMapKeySelector

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

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

      • getKey

        public String getKey()
        The key to select.
      • setKey

        public void setKey​(String key)
        The key to select.
      • 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 ConfigMap or its key must be defined
      • setOptional

        public void setOptional​(Boolean optional)
        Specify whether the ConfigMap or its key 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)