Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.18 KB

V1beta1IngressSpec.md

File metadata and controls

12 lines (8 loc) · 1.18 KB

V1beta1IngressSpec

Properties

Name Type Description Notes
backend V1beta1IngressBackend A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. [optional]
tls list[V1beta1IngressTLS] TLS configuration. Currently the Ingress only supports a single TLS port, 443, and assumes TLS termination. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension. [optional]
rules list[V1beta1IngressRule] A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. [optional]

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