Home
last modified time | relevance | path

Searched defs:PublicListenerConfig (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/consul/consul-1.10.3/connect/proxy/
H A Dconfig.go54 type PublicListenerConfig struct { struct
58 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
59 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
63 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
67 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
72 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
76 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go64 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go54 type PublicListenerConfig struct { struct
58 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
59 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
63 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
67 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
72 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
76 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go59 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go54 type PublicListenerConfig struct { struct
58 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
59 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
63 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
67 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
72 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
76 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go64 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go53 type PublicListenerConfig struct { struct
57 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
58 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
62 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
66 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
71 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
75 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go59 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go54 type PublicListenerConfig struct { struct
58 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
59 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
63 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
67 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
72 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
76 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go64 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/connect/proxy/
H A Dconfig.go53 type PublicListenerConfig struct { struct
57 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
58 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
62 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
66 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
71 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
75 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go59 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go54 type PublicListenerConfig struct { struct
58 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
59 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
63 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
67 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
72 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
76 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go59 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/connect/proxy/
H A Dconfig.go53 type PublicListenerConfig struct { struct
57 BindAddress string `json:"bind_address" hcl:"bind_address" mapstructure:"bind_address"`
58 BindPort int `json:"bind_port" hcl:"bind_port" mapstructure:"bind_port"`
62 …ing `json:"local_service_address" hcl:"local_service_address" mapstructure:"local_service_address"`
66 …:"local_connect_timeout_ms" hcl:"local_connect_timeout_ms" mapstructure:"local_connect_timeout_ms"`
71 …Ms int `json:"handshake_timeout_ms" hcl:"handshake_timeout_ms" mapstructure:"handshake_timeout_ms"`
75 func (plc *PublicListenerConfig) applyDefaults() {
H A Dlistener.go59 func NewPublicListener(svc *connect.Service, cfg PublicListenerConfig,