Home
last modified time | relevance | path

Searched refs:LocalServicePort (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/sysutils/consul/consul-1.10.3/agent/
H A Dsidecar_service_test.go64 LocalServicePort: 1111,
105 LocalServicePort: 9999,
130 LocalServicePort: 9999,
205 LocalServicePort: 1111,
269 LocalServicePort: 1111,
293 LocalServicePort: 1112,
H A Dsidecar_service.go104 …cketPath == "" && (sidecar.Proxy.LocalServiceAddress == "" || sidecar.Proxy.LocalServicePort < 1) {
111 if sidecar.Proxy.LocalServicePort < 1 {
112 sidecar.Proxy.LocalServicePort = ns.Port
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/
H A Dsidecar_service_test.go59 LocalServicePort: 1111,
100 LocalServicePort: 9999,
125 LocalServicePort: 9999,
199 LocalServicePort: 1111,
263 LocalServicePort: 1111,
287 LocalServicePort: 1112,
H A Dservice_manager_test.go104 LocalServicePort: 8000,
129 LocalServicePort: 8000,
326 LocalServicePort: 8000,
347 LocalServicePort: 8000,
420 svc.Proxy.LocalServicePort = 8001
454 expectState.Proxy.LocalServicePort = 8001
567 LocalServicePort: 8000,
696 LocalServicePort: 8000,
721 LocalServicePort: 8000,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/
H A Dsidecar_service_test.go64 LocalServicePort: 1111,
105 LocalServicePort: 9999,
130 LocalServicePort: 9999,
205 LocalServicePort: 1111,
269 LocalServicePort: 1111,
293 LocalServicePort: 1112,
H A Dsidecar_service.go104 …cketPath == "" && (sidecar.Proxy.LocalServiceAddress == "" || sidecar.Proxy.LocalServicePort < 1) {
111 if sidecar.Proxy.LocalServicePort < 1 {
112 sidecar.Proxy.LocalServicePort = ns.Port
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/
H A Dsidecar_service_test.go64 LocalServicePort: 1111,
105 LocalServicePort: 9999,
130 LocalServicePort: 9999,
204 LocalServicePort: 1111,
268 LocalServicePort: 1111,
292 LocalServicePort: 1112,
H A Dsidecar_service.go104 …cketPath == "" && (sidecar.Proxy.LocalServiceAddress == "" || sidecar.Proxy.LocalServicePort < 1) {
111 if sidecar.Proxy.LocalServicePort < 1 {
112 sidecar.Proxy.LocalServicePort = ns.Port
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/
H A Dsidecar_service_test.go59 LocalServicePort: 1111,
100 LocalServicePort: 9999,
125 LocalServicePort: 9999,
199 LocalServicePort: 1111,
263 LocalServicePort: 1111,
287 LocalServicePort: 1112,
H A Dservice_manager_test.go104 LocalServicePort: 8000,
129 LocalServicePort: 8000,
270 LocalServicePort: 8000,
291 LocalServicePort: 8000,
364 svc.Proxy.LocalServicePort = 8001
398 expectState.Proxy.LocalServicePort = 8001
511 LocalServicePort: 8000,
640 LocalServicePort: 8000,
665 LocalServicePort: 8000,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/
H A Dsidecar_service_test.go58 LocalServicePort: 1111,
97 LocalServicePort: 9999,
121 LocalServicePort: 9999,
219 LocalServicePort: 1111,
242 LocalServicePort: 1112,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/
H A Dsidecar_service_test.go58 LocalServicePort: 1111,
97 LocalServicePort: 9999,
121 LocalServicePort: 9999,
219 LocalServicePort: 1111,
242 LocalServicePort: 1112,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/
H A Dsidecar_service_test.go58 LocalServicePort: 1111,
97 LocalServicePort: 9999,
121 LocalServicePort: 9999,
219 LocalServicePort: 1111,
242 LocalServicePort: 1112,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go37 LocalServicePort int `json:",omitempty"` member
57 LocalServicePort: c.LocalServicePort,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/structs/
H A Dconnect_proxy_config.go37 LocalServicePort int `json:",omitempty"` member
57 LocalServicePort: c.LocalServicePort,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go37 LocalServicePort int `json:",omitempty"` member
57 LocalServicePort: c.LocalServicePort,
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go106 LocalServicePort int `json:",omitempty"` member
147 if t.LocalServicePort == 0 {
148 t.LocalServicePort = aux.LocalServicePortSnake
177 LocalServicePort: c.LocalServicePort,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go106 LocalServicePort int `json:",omitempty"` member
147 if t.LocalServicePort == 0 {
148 t.LocalServicePort = aux.LocalServicePortSnake
177 LocalServicePort: c.LocalServicePort,
/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dservices_test.go169 LocalServicePort: 80,
178 LocalServicePort: 80},
196 require.Zero(t, cp.LocalServicePort)
205 LocalServicePort: 80,
212 require.Equal(t, 80, cp.LocalServicePort)
237 LocalServicePort: 8000,
249 require.Equal(t, proxy.LocalServicePort, 8000)
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconnect_proxy_config_test.go24 LocalServicePort: 5555,
58 LocalServicePort: 5555,
110 LocalServicePort: 8080,
163 LocalServicePort: 8080,
536 LocalServicePort: 5050,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config_test.go24 LocalServicePort: 5555,
58 LocalServicePort: 5555,
110 LocalServicePort: 8080,
163 LocalServicePort: 8080,
536 LocalServicePort: 5050,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config_test.go24 LocalServicePort: 5555,
58 LocalServicePort: 5555,
110 LocalServicePort: 8080,
163 LocalServicePort: 8080,
536 LocalServicePort: 5050,
/dports/sysutils/consul/consul-1.10.3/proto/pbservice/
H A Dservice.gen.go12 t.LocalServicePort = int(s.LocalServicePort)
27 s.LocalServicePort = int32(t.LocalServicePort)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.gen.go12 t.LocalServicePort = int(s.LocalServicePort)
27 s.LocalServicePort = int32(t.LocalServicePort)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.gen.go12 t.LocalServicePort = int(s.LocalServicePort)
27 s.LocalServicePort = int32(t.LocalServicePort)

1234567891011