Kazan v0.11.0 Kazan.Apis.Extensions.V1beta1.HTTPIngressRuleValue View Source

HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last ‘/‘ and before the first ‘?’ or ‘#’.

OpenAPI Definition: io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue

Properties

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Extensions.V1beta1.HTTPIngressRuleValue{
  paths: [Kazan.Apis.Extensions.V1beta1.HTTPIngressPath.t()]
}