Files
c/kubernetes/docs/networking_v1beta1_ingress_rule.md
2021-03-17 16:50:46 +08:00

1.1 KiB

networking_v1beta1_ingress_rule_t

Properties

Name Type Description Notes
host char * Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. [optional]
http networking_v1beta1_http_ingress_rule_value_t * [optional]

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