1
0
Fork 0

fix: TLS domains with IngressRoute.

This commit is contained in:
Ludovic Fernandez 2019-09-09 13:52:04 +02:00 committed by Traefiker Bot
parent 232c113dae
commit be90b20a5d
5 changed files with 23 additions and 2 deletions

View file

@ -1,6 +1,7 @@
package v1alpha1
import (
"github.com/containous/traefik/v2/pkg/types"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
@ -32,6 +33,7 @@ type TLSTCP struct {
// Options is a reference to a TLSOption, that specifies the parameters of the TLS connection.
Options *TLSOptionTCPRef `json:"options"`
CertResolver string `json:"certResolver"`
Domains []types.Domain `json:"domains,omitempty"`
}
// TLSOptionTCPRef is a ref to the TLSOption resources.