Class SecretKeySelector

    • Constructor Detail

      • SecretKeySelector

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

      • getKey

        public String getKey()
        The key of the secret to select from. Must be a valid secret key.
      • setKey

        public void setKey​(String key)
        The key of the secret to select from. Must be a valid secret key.
      • 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 or its key must be defined
      • setOptional

        public void setOptional​(Boolean optional)
        Specify whether the Secret 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)