Files
c/kubernetes/docs/v1_ingress_tls.md
2021-09-15 14:14:46 +08:00

971 B

v1_ingress_tls_t

Properties

Name Type Description Notes
hosts list_t * Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. [optional]
secret_name char * SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. [optional]

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