Class HTTPPathMatch

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<HTTPPathMatchBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class HTTPPathMatch
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<HTTPPathMatchBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    HTTPPathMatch describes how to select a HTTP route by matching the HTTP request path.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTTPPathMatch

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

        public HTTPPathMatch​(String type,
                             String value)
    • Method Detail

      • getType

        public String getType()
        Type specifies how to match against the path Value.


        Support: Core (Exact, PathPrefix)


        Support: Implementation-specific (RegularExpression)

      • setType

        public void setType​(String type)
        Type specifies how to match against the path Value.


        Support: Core (Exact, PathPrefix)


        Support: Implementation-specific (RegularExpression)

      • getValue

        public String getValue()
        Value of the HTTP path to match against.
      • setValue

        public void setValue​(String value)
        Value of the HTTP path to match against.
      • getAdditionalProperties

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

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

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