Class IngressControllerCaptureHTTPHeader

    • Constructor Detail

      • IngressControllerCaptureHTTPHeader

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

        public IngressControllerCaptureHTTPHeader​(Integer maxLength,
                                                  String name)
    • Method Detail

      • getMaxLength

        public Integer getMaxLength()
        maxLength specifies a maximum length for the header value. If a header value exceeds this length, the value will be truncated in the log message. Note that the ingress controller may impose a separate bound on the total length of HTTP headers in a request.
      • setMaxLength

        public void setMaxLength​(Integer maxLength)
        maxLength specifies a maximum length for the header value. If a header value exceeds this length, the value will be truncated in the log message. Note that the ingress controller may impose a separate bound on the total length of HTTP headers in a request.
      • getName

        public String getName()
        name specifies a header name. Its value must be a valid HTTP header name as defined in RFC 2616 section 4.2.
      • setName

        public void setName​(String name)
        name specifies a header name. Its value must be a valid HTTP header name as defined in RFC 2616 section 4.2.
      • getAdditionalProperties

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

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

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