Moves pilot outside the experimental section.
This commit is contained in:
parent
4592626bbb
commit
3e60863e2d
5 changed files with 11 additions and 12 deletions
6
pkg/config/static/pilot.go
Normal file
6
pkg/config/static/pilot.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package static
|
||||
|
||||
// Pilot Configuration related to Traefik Pilot.
|
||||
type Pilot struct {
|
||||
Token string `description:"Traefik Pilot token." json:"token,omitempty" toml:"token,omitempty" yaml:"token,omitempty"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue