python/kubernetes/docs/ExtensionsV1beta1IngressSpec.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

1.1 KiB

ExtensionsV1beta1IngressSpec

IngressSpec describes the Ingress the user wishes to exist.

Properties

Name Type Description Notes
backend ExtensionsV1beta1IngressBackend [optional]
rules **list[ExtensionsV1beta1IngressRule]** 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]
tls **list[ExtensionsV1beta1IngressTLS]** 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. [optional]

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