Kazan v0.7.0 Kazan.Apis.Extensions.V1beta1.IngressSpec View Source
IngressSpec describes the Ingress the user wishes to exist.
OpenAPI Definition: io.k8s.api.extensions.v1beta1.IngressSpec
Properties
backend
::Kazan.Apis.Extensions.V1beta1.IngressBackend
- Deprecated. Please use io.k8s.api.extensions.v1beta1.IngressBackend instead.
rules
:: [Kazan.Apis.Extensions.V1beta1.IngressRule
]- A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
tls
:: [Kazan.Apis.Extensions.V1beta1.IngressTLS
]- TLS configuration. Currently the Ingress only supports a single TLS port, 443. 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, if the ingress controller fulfilling the ingress supports SNI.