Home
last modified time | relevance | path

Searched refs:TCPServiceInfo (Results 1 – 12 of 12) sorted by relevance

/dports/net/traefik/traefik-2.6.1/pkg/server/service/tcp/
H A Dservice_test.go18 configs map[string]*runtime.TCPServiceInfo
31 configs: map[string]*runtime.TCPServiceInfo{
41 configs: map[string]*runtime.TCPServiceInfo{
56 configs: map[string]*runtime.TCPServiceInfo{
71 configs: map[string]*runtime.TCPServiceInfo{
82 configs: map[string]*runtime.TCPServiceInfo{
93 configs: map[string]*runtime.TCPServiceInfo{
105 configs: map[string]*runtime.TCPServiceInfo{
123 configs: map[string]*runtime.TCPServiceInfo{
141 configs: map[string]*runtime.TCPServiceInfo{
[all …]
H A Dservice.go18 configs map[string]*runtime.TCPServiceInfo
/dports/net/traefik/traefik-2.6.1/pkg/config/runtime/
H A Druntime_test.go488 TCPServices: map[string]*runtime.TCPServiceInfo{
512 TCPServices: map[string]*runtime.TCPServiceInfo{
522 TCPServices: map[string]*runtime.TCPServiceInfo{
557 TCPServices: map[string]*runtime.TCPServiceInfo{
567 TCPServices: map[string]*runtime.TCPServiceInfo{
588 TCPServices: map[string]*runtime.TCPServiceInfo{
598 TCPServices: map[string]*runtime.TCPServiceInfo{
654 TCPServices: map[string]*runtime.TCPServiceInfo{
H A Druntime_tcp.go79 type TCPServiceInfo struct { struct
91 func (s *TCPServiceInfo) AddError(err error, critical bool) { argument
H A Druntime.go25 TCPServices map[string]*TCPServiceInfo `json:"tcpServices,omitempty"`
73 runtimeConfig.TCPServices = make(map[string]*TCPServiceInfo, len(conf.TCP.Services))
75 runtimeConfig.TCPServices[k] = &TCPServiceInfo{TCPService: v, Status: StatusEnabled}
/dports/net/traefik/traefik-2.6.1/pkg/server/router/tcp/
H A Drouter_test.go24 tcpServiceConfig map[string]*runtime.TCPServiceInfo
30 tcpServiceConfig: map[string]*runtime.TCPServiceInfo{
76 tcpServiceConfig: map[string]*runtime.TCPServiceInfo{
151 tcpServiceConfig: map[string]*runtime.TCPServiceInfo{
185 tcpServiceConfig: map[string]*runtime.TCPServiceInfo{
218 tcpServiceConfig: map[string]*runtime.TCPServiceInfo{
251 tcpServiceConfig: map[string]*runtime.TCPServiceInfo{
/dports/net/traefik/traefik-2.6.1/pkg/api/
H A Dhandler_tcp_test.go255 TCPServices: map[string]*runtime.TCPServiceInfo{
307 TCPServices: map[string]*runtime.TCPServiceInfo{
359 TCPServices: map[string]*runtime.TCPServiceInfo{
411 TCPServices: map[string]*runtime.TCPServiceInfo{
459 TCPServices: map[string]*runtime.TCPServiceInfo{
483 TCPServices: map[string]*runtime.TCPServiceInfo{
H A Dhandler_tcp.go31 *runtime.TCPServiceInfo anonMember
37 func newTCPServiceRepresentation(name string, si *runtime.TCPServiceInfo) tcpServiceRepresentation { argument
39 TCPServiceInfo: si,
226 func keepTCPService(name string, item *runtime.TCPServiceInfo, criterion *searchCriterion) bool { argument
H A Dhandler_test.go92 TCPServices: map[string]*runtime.TCPServiceInfo{
H A Dhandler.go43 TCPServices map[string]*runtime.TCPServiceInfo `json:"tcpServices,omitempty"`
H A Dhandler_overview.go145 func getTCPServiceSection(services map[string]*runtime.TCPServiceInfo) *section { argument
H A Dhandler_overview_test.go136 TCPServices: map[string]*runtime.TCPServiceInfo{