Home
last modified time | relevance | path

Searched defs:Upstream (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/apis/options/
H A Dupstreams.go23 type Upstream struct { struct
26 ID string `json:"id,omitempty"`
36 Path string `json:"path,omitempty"`
44 RewriteTarget string `json:"rewriteTarget,omitempty"`
56 URI string `json:"uri,omitempty"`
62 InsecureSkipTLSVerify bool `json:"insecureSkipTLSVerify,omitempty"`
68 Static bool `json:"static,omitempty"`
72 StaticCode *int `json:"staticCode,omitempty"`
77 FlushInterval *Duration `json:"flushInterval,omitempty"`
82 PassHostHeader *bool `json:"passHostHeader,omitempty"`
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go96 type Upstream struct { struct
104 DestinationType string
106 DestinationName string
111 Datacenter string
115 LocalBindAddress string `json:",omitempty"`
119 LocalBindPort int
124 Config map[string]interface{}
128 func (u *Upstream) Validate() error {
148 func (u *Upstream) ToAPI() api.Upstream {
162 func (u *Upstream) Identifier() string {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/structs/
H A Dconnect_proxy_config.go96 type Upstream struct { struct
104 DestinationType string
106 DestinationName string
111 Datacenter string
115 LocalBindAddress string `json:",omitempty"`
119 LocalBindPort int
124 Config map[string]interface{}
128 func (u *Upstream) Validate() error {
148 func (u *Upstream) ToAPI() api.Upstream {
162 func (u *Upstream) Identifier() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go96 type Upstream struct { struct
104 DestinationType string
106 DestinationName string
111 Datacenter string
115 LocalBindAddress string `json:",omitempty"`
119 LocalBindPort int
124 Config map[string]interface{}
128 func (u *Upstream) Validate() error {
148 func (u *Upstream) ToAPI() api.Upstream {
162 func (u *Upstream) Identifier() string {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go218 type Upstream struct { struct
226 DestinationType string
228 DestinationName string
233 Datacenter string
241 LocalBindPort int
246 Config map[string]interface{} `bexpr:"-"`
293 func (u *Upstream) Validate() error {
315 func (u *Upstream) ToAPI() api.Upstream {
334 func (u *Upstream) ToKey() UpstreamKey {
362 func (u *Upstream) Identifier() string {
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dconnect_proxy_config.go328 func UpstreamsFromAPI(us []api.Upstream) Upstreams {
340 type Upstream struct { struct
355 Datacenter string
381 IngressHosts []string `json:"-" bexpr:"-"`
439 func (u *Upstream) Validate() error {
468 func (u *Upstream) ToAPI() api.Upstream {
489 func (u *Upstream) ToKey() UpstreamKey {
498 func (u Upstream) HasLocalPortOrSocket() bool {
502 func (u Upstream) UpstreamIsUnixSocket() bool {
536 func (u *Upstream) String() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go328 func UpstreamsFromAPI(us []api.Upstream) Upstreams {
340 type Upstream struct { struct
355 Datacenter string
381 IngressHosts []string `json:"-" bexpr:"-"`
439 func (u *Upstream) Validate() error {
468 func (u *Upstream) ToAPI() api.Upstream {
489 func (u *Upstream) ToKey() UpstreamKey {
498 func (u Upstream) HasLocalPortOrSocket() bool {
502 func (u Upstream) UpstreamIsUnixSocket() bool {
536 func (u *Upstream) String() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go324 func UpstreamsFromAPI(us []api.Upstream) Upstreams {
336 type Upstream struct { struct
351 Datacenter string
377 IngressHosts []string `json:"-" bexpr:"-"`
435 func (u *Upstream) Validate() error {
464 func (u *Upstream) ToAPI() api.Upstream {
485 func (u *Upstream) ToKey() UpstreamKey {
494 func (u Upstream) HasLocalPortOrSocket() bool {
498 func (u Upstream) UpstreamIsUnixSocket() bool {
532 func (u *Upstream) String() string {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go328 func UpstreamsFromAPI(us []api.Upstream) Upstreams {
340 type Upstream struct { struct
355 Datacenter string
381 IngressHosts []string `json:"-" bexpr:"-"`
439 func (u *Upstream) Validate() error {
468 func (u *Upstream) ToAPI() api.Upstream {
489 func (u *Upstream) ToKey() UpstreamKey {
498 func (u Upstream) HasLocalPortOrSocket() bool {
502 func (u Upstream) UpstreamIsUnixSocket() bool {
536 func (u *Upstream) String() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dconnect_proxy_config.go218 type Upstream struct { struct
226 DestinationType string
228 DestinationName string
233 Datacenter string
241 LocalBindPort int
246 Config map[string]interface{} `bexpr:"-"`
288 func (u *Upstream) Validate() error {
310 func (u *Upstream) ToAPI() api.Upstream {
329 func (u *Upstream) ToKey() UpstreamKey {
357 func (u *Upstream) Identifier() string {
[all …]
/dports/www/nginx-vts-exporter/nginx-vts-exporter-0.10.7/
H A Dnginx_vts_exporter.go81 type Upstream struct { struct
82 Server string `json:"server"`
84 InBytes uint64 `json:"inBytes"`
85 OutBytes uint64 `json:"outBytes"`
86 Responses struct {
94 RequestMsec uint64 `json:"requestMsec"`
95 Weight uint64 `json:"weight"`
96 MaxFails uint64 `json:"maxFails"`
98 Backup bool `json:"backup"`
99 Down bool `json:"down"`
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/validation/
H A Dupstreams.go24 func validateUpstream(upstream options.Upstream, ids, paths map[string]struct{}) []string {
54 func validateStaticUpstream(upstream options.Upstream) []string {
85 func validateUpstreamURI(upstream options.Upstream) []string {
/dports/sysutils/consul/consul-1.10.3/proto/pbservice/
H A Dservice.pb.go127 type Upstream struct { struct
164 func (m *Upstream) Reset() { *m = Upstream{} }
166 func (*Upstream) ProtoMessage() {}
167 func (*Upstream) Descriptor() ([]byte, []int) {
170 func (m *Upstream) XXX_Unmarshal(b []byte) error {
185 func (m *Upstream) XXX_Merge(src proto.Message) {
188 func (m *Upstream) XXX_Size() int {
191 func (m *Upstream) XXX_DiscardUnknown() {
819 func (m *Upstream) Marshal() (dAtA []byte, err error) {
1480 func (m *Upstream) Size() (n int) {
[all …]
H A Dservice.gen.go143 func UpstreamToStructs(s Upstream) structs.Upstream {
158 func NewUpstreamFromStructs(t structs.Upstream) Upstream {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.pb.go127 type Upstream struct { struct
164 func (m *Upstream) Reset() { *m = Upstream{} }
166 func (*Upstream) ProtoMessage() {}
167 func (*Upstream) Descriptor() ([]byte, []int) {
170 func (m *Upstream) XXX_Unmarshal(b []byte) error {
185 func (m *Upstream) XXX_Merge(src proto.Message) {
188 func (m *Upstream) XXX_Size() int {
191 func (m *Upstream) XXX_DiscardUnknown() {
819 func (m *Upstream) Marshal() (dAtA []byte, err error) {
1480 func (m *Upstream) Size() (n int) {
[all …]
H A Dservice.gen.go143 func UpstreamToStructs(s Upstream) structs.Upstream {
158 func NewUpstreamFromStructs(t structs.Upstream) Upstream {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/proto/pbservice/
H A Dservice.pb.go127 type Upstream struct { struct
164 func (m *Upstream) Reset() { *m = Upstream{} }
166 func (*Upstream) ProtoMessage() {}
167 func (*Upstream) Descriptor() ([]byte, []int) {
170 func (m *Upstream) XXX_Unmarshal(b []byte) error {
185 func (m *Upstream) XXX_Merge(src proto.Message) {
188 func (m *Upstream) XXX_Size() int {
191 func (m *Upstream) XXX_DiscardUnknown() {
819 func (m *Upstream) Marshal() (dAtA []byte, err error) {
1480 func (m *Upstream) Size() (n int) {
[all …]
H A Dservice.gen.go143 func UpstreamToStructs(s Upstream) structs.Upstream {
158 func NewUpstreamFromStructs(t structs.Upstream) Upstream {
/dports/dns/blocky/blocky-0.17/config/
H A Dconfig.go54 type Upstream struct { struct
55 Net NetProtocol
56 Host string
57 Port uint16
58 Path string
62 func (u *Upstream) UnmarshalYAML(unmarshal func(interface{}) error) error {
252 Upstream UpstreamConfig `yaml:"upstream"` member
328 Upstream Upstream `yaml:"upstream"` member
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/upstream/
H A Dhttp.go42 func newHTTPUpstreamProxy(upstream options.Upstream, u *url.URL, sigData *options.SignatureData, er…
100 func newReverseProxy(target *url.URL, upstream options.Upstream, errorHandler ProxyErrorHandler) ht…
/dports/games/scummvm/scummvm-2.5.1/dists/snap/
H A DREADME.md73 ## Upstream section
/dports/x11/i3status/i3status-2.14/
H A DREADME.md28 ## Upstream section in i3status
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/xds/
H A Dclusters.go201 func (s *Server) makeUpstreamClusterForPreparedQuery(upstream structs.Upstream, cfgSnap *proxycfg.C…
258 upstream structs.Upstream,
/dports/dns/blocky/blocky-0.17/resolver/
H A Dupstream_resolver.go46 func createUpstreamClient(cfg config.Upstream) (client upstreamClient, upstreamURL string) {
154 func NewUpstreamResolver(upstream config.Upstream) *UpstreamResolver {
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dshrpx_downstream_connection.h37 class Upstream; variable

12345678910>>...15