1
0
Fork 0

Remove TLS in API

This commit is contained in:
SALLEYRON Julien 2018-08-20 11:16:02 +02:00 committed by Traefiker Bot
parent 07be89d6e9
commit a7bb768e98
7 changed files with 69 additions and 79 deletions

View file

@ -235,7 +235,7 @@ type Configurations map[string]*Configuration
type Configuration struct {
Backends map[string]*Backend `json:"backends,omitempty"`
Frontends map[string]*Frontend `json:"frontends,omitempty"`
TLS []*traefiktls.Configuration `json:"tls,omitempty"`
TLS []*traefiktls.Configuration `json:"-"`
}
// ConfigMessage hold configuration information exchanged between parts of traefik.