Class IngressControllerHTTPHeaderActionUnion

    • Constructor Detail

      • IngressControllerHTTPHeaderActionUnion

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

      • setSet

        public void setSet​(IngressControllerSetHTTPHeader set)
        IngressControllerHTTPHeaderActionUnion specifies an action to take on an HTTP header.
      • getType

        public String getType()
        type defines the type of the action to be applied on the header. Possible values are Set or Delete. Set allows you to set HTTP request and response headers. Delete allows you to delete HTTP request and response headers.
      • setType

        public void setType​(String type)
        type defines the type of the action to be applied on the header. Possible values are Set or Delete. Set allows you to set HTTP request and response headers. Delete allows you to delete HTTP request and response headers.
      • getAdditionalProperties

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

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

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