python/kubernetes/docs/NetworkingV1beta1HTTPIngressRuleValue.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

759 B

NetworkingV1beta1HTTPIngressRuleValue

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 '#'.

Properties

Name Type Description Notes
paths **list[NetworkingV1beta1HTTPIngressPath]** A collection of paths that map requests to backends.

[Back to Model list] [Back to API list] [Back to README]