Home
last modified time | relevance | path

Searched refs:LocalBindSocketPath (Results 1 – 25 of 59) sorted by relevance

123

/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconnect_proxy_config.go366 LocalBindSocketPath string `json:",omitempty" alias:"local_bind_socket_path"` member
425 if t.LocalBindSocketPath == "" {
426 t.LocalBindSocketPath = aux.LocalBindSocketPathSnake
454 if u.LocalBindPort == 0 && u.LocalBindSocketPath == "" && !u.CentrallyConfigured {
457 if u.LocalBindPort != 0 && u.LocalBindSocketPath != "" && !u.CentrallyConfigured {
476 LocalBindSocketPath: u.LocalBindSocketPath,
499 return (u.LocalBindPort != 0 || u.LocalBindSocketPath != "")
503 return (u.LocalBindPort == 0 && u.LocalBindAddress == "" && u.LocalBindSocketPath != "")
508 return u.LocalBindSocketPath
549 LocalBindSocketPath: u.LocalBindSocketPath,
H A Dtesting_connect_proxy_config.go37 LocalBindSocketPath: "/tmp/upstream.sock",
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go366 LocalBindSocketPath string `json:",omitempty" alias:"local_bind_socket_path"` member
425 if t.LocalBindSocketPath == "" {
426 t.LocalBindSocketPath = aux.LocalBindSocketPathSnake
454 if u.LocalBindPort == 0 && u.LocalBindSocketPath == "" && !u.CentrallyConfigured {
457 if u.LocalBindPort != 0 && u.LocalBindSocketPath != "" && !u.CentrallyConfigured {
476 LocalBindSocketPath: u.LocalBindSocketPath,
499 return (u.LocalBindPort != 0 || u.LocalBindSocketPath != "")
503 return (u.LocalBindPort == 0 && u.LocalBindAddress == "" && u.LocalBindSocketPath != "")
508 return u.LocalBindSocketPath
549 LocalBindSocketPath: u.LocalBindSocketPath,
H A Dtesting_connect_proxy_config.go37 LocalBindSocketPath: "/tmp/upstream.sock",
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go362 LocalBindSocketPath string `json:",omitempty" alias:"local_bind_socket_path"` member
421 if t.LocalBindSocketPath == "" {
422 t.LocalBindSocketPath = aux.LocalBindSocketPathSnake
450 if u.LocalBindPort == 0 && u.LocalBindSocketPath == "" && !u.CentrallyConfigured {
453 if u.LocalBindPort != 0 && u.LocalBindSocketPath != "" && !u.CentrallyConfigured {
472 LocalBindSocketPath: u.LocalBindSocketPath,
495 return (u.LocalBindPort != 0 || u.LocalBindSocketPath != "")
499 return (u.LocalBindPort == 0 && u.LocalBindAddress == "" && u.LocalBindSocketPath != "")
504 return u.LocalBindSocketPath
545 LocalBindSocketPath: u.LocalBindSocketPath,
H A Dtesting_connect_proxy_config.go37 LocalBindSocketPath: "/tmp/upstream.sock",
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go366 LocalBindSocketPath string `json:",omitempty" alias:"local_bind_socket_path"` member
425 if t.LocalBindSocketPath == "" {
426 t.LocalBindSocketPath = aux.LocalBindSocketPathSnake
454 if u.LocalBindPort == 0 && u.LocalBindSocketPath == "" && !u.CentrallyConfigured {
457 if u.LocalBindPort != 0 && u.LocalBindSocketPath != "" && !u.CentrallyConfigured {
476 LocalBindSocketPath: u.LocalBindSocketPath,
499 return (u.LocalBindPort != 0 || u.LocalBindSocketPath != "")
503 return (u.LocalBindPort == 0 && u.LocalBindAddress == "" && u.LocalBindSocketPath != "")
508 return u.LocalBindSocketPath
549 LocalBindSocketPath: u.LocalBindSocketPath,
H A Dtesting_connect_proxy_config.go37 LocalBindSocketPath: "/tmp/upstream.sock",
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/app/components/consul/upstream-instance/list/
H A Dindex.hbs40 {{#if item.LocalBindSocketPath}}
47 @value={{item.LocalBindSocketPath}}
50 {{item.LocalBindSocketPath}}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/consul/upstream-instance/list/
H A Dindex.hbs40 {{#if item.LocalBindSocketPath}}
47 @value={{item.LocalBindSocketPath}}
50 {{item.LocalBindSocketPath}}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/consul/upstream-instance/list/
H A Dindex.hbs40 {{#if item.LocalBindSocketPath}}
60 @value={{item.LocalBindSocketPath}}
63 {{item.LocalBindSocketPath}}
/dports/sysutils/consul/consul-1.10.3/proto/pbservice/
H A Dservice.gen.go151 t.LocalBindSocketPath = s.LocalBindSocketPath
166 s.LocalBindSocketPath = t.LocalBindSocketPath
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.gen.go151 t.LocalBindSocketPath = s.LocalBindSocketPath
166 s.LocalBindSocketPath = t.LocalBindSocketPath
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.gen.go151 t.LocalBindSocketPath = s.LocalBindSocketPath
166 s.LocalBindSocketPath = t.LocalBindSocketPath
/dports/sysutils/consul/consul-1.10.3/connect/proxy/
H A Dconfig.go109 if uc.LocalBindAddress == "" && uc.LocalBindSocketPath == "" {
117 addr := uc.LocalBindSocketPath
H A Dproxy_test.go67 LocalBindSocketPath: unixSocket,
H A Dproxy.go107 if uc.LocalBindSocketPath != "" {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go109 if uc.LocalBindAddress == "" && uc.LocalBindSocketPath == "" {
117 addr := uc.LocalBindSocketPath
H A Dproxy_test.go67 LocalBindSocketPath: unixSocket,
H A Dproxy.go107 if uc.LocalBindSocketPath != "" {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go109 if uc.LocalBindAddress == "" && uc.LocalBindSocketPath == "" {
117 addr := uc.LocalBindSocketPath
H A Dproxy_test.go67 LocalBindSocketPath: unixSocket,
H A Dproxy.go107 if uc.LocalBindSocketPath != "" {
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/mock-api/v1/health/service/
H A D_138 …"LocalBindSocketPath": "/${fake.lorem.words(fake.random.number({min: 1, max: 5})).split(' ').join(…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/health/service/
H A D_138 …"LocalBindSocketPath": "/${fake.lorem.words(fake.random.number({min: 1, max: 5})).split(' ').join(…

123