Home
last modified time | relevance | path

Searched defs:IngressListener (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go40 type IngressListener struct { struct
42 Port int
48 Protocol string
55 Services []IngressService
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go42 type IngressListener struct { struct
44 Port int
50 Protocol string
57 Services []IngressService
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go42 type IngressListener struct { struct
44 Port int
50 Protocol string
57 Services []IngressService
/dports/sysutils/consul/consul-1.10.3/api/
H A Dconfig_entry_gateways.go42 type IngressListener struct { struct
44 Port int
50 Protocol string
57 Services []IngressService
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go42 type IngressListener struct { struct
44 Port int
50 Protocol string
57 Services []IngressService
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go42 type IngressListener struct { struct
44 Port int
50 Protocol string
57 Services []IngressService
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go42 type IngressListener struct { struct
44 Port int
50 Protocol string
57 Services []IngressService
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/api/
H A Dconfig_entry_gateways.go59 type IngressListener struct { struct
61 Port int
67 Protocol string
74 Services []IngressService
77 TLS *GatewayTLSConfig `json:",omitempty"`
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry_gateways.go33 type IngressListener struct { struct
35 Port int
41 Protocol string
48 Services []IngressService
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconfig_entry_gateways.go36 type IngressListener struct { struct
38 Port int
44 Protocol string
51 Services []IngressService
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry_gateways.go36 type IngressListener struct { struct
38 Port int
44 Protocol string
51 Services []IngressService
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry_gateways.go36 type IngressListener struct { struct
38 Port int
44 Protocol string
51 Services []IngressService
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconfig_entry_gateways.go36 type IngressListener struct { struct
38 Port int
44 Protocol string
51 Services []IngressService
/dports/sysutils/istio/istio-1.6.7/tests/integration/pilot/sidecarscope/
H A Dmain_test.go199 IngressListener bool member