traefik

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	HTTP HTTPConfig `json:"http"`
}

func (*Config) ToJSON

func (c *Config) ToJSON(w io.Writer) error

func (*Config) ToYAML

func (c *Config) ToYAML(w io.Writer) error

type HTTPConfig

type HTTPConfig struct {
	Routers     map[string]RouterConfig   `json:"routers,omitempty"`
	Services    map[string]ServiceConfig  `json:"services,omitempty"`
	Middlewares map[string]map[string]any `json:"middlewares,omitempty"`
}

type LoadBalancerConfig

type LoadBalancerConfig struct {
	Servers []ServerConfig `json:"servers"`
}

type RouterConfig

type RouterConfig struct {
	Rule        string   `json:"rule"`
	Service     string   `json:"service"`
	Middlewares []string `json:"middlewares,omitempty"`
}

type ServerConfig

type ServerConfig struct {
	URL string `json:"url"`
}

type ServiceConfig

type ServiceConfig struct {
	LoadBalancer LoadBalancerConfig
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL