Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IngressTlsv1Beta1

IngressTLS describes the transport layer security associated with an Ingress.

schema

io.k8s.api.networking.v1beta1.IngressTLS

Hierarchy

  • IngressTlsv1Beta1

Index

Properties

Properties

Optional Readonly hosts

hosts: string[]

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.

default

the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

schema

io.k8s.api.networking.v1beta1.IngressTLS#hosts

Optional Readonly secretName

secretName: string

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.

schema

io.k8s.api.networking.v1beta1.IngressTLS#secretName

Generated using TypeDoc