File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ type Ingress struct {
9090}
9191
9292type IngressTLS struct {
93- // Hosts included in the TLS certificate. The values in
93+ // Host included in the TLS certificate. The values in
9494 // +optional
95- Host string `json:"hosts ,omitempty"`
95+ Host string `json:"host ,omitempty"`
9696 // SecretName is the name of the secret used to terminate TLS traffic on
9797 // port 443. Field is left optional to allow TLS routing based on SNI
9898 // hostname alone. If the SNI host in a listener conflicts with the "Host"
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ spec:
119119 tls :
120120 description : TLS configuration.
121121 properties :
122- hosts :
123- description : Hosts included in the TLS certificate. The values
122+ host :
123+ description : Host included in the TLS certificate. The values
124124 in
125125 type : string
126126 secretName :
You can’t perform that action at this time.
0 commit comments