Home
last modified time | relevance | path

Searched defs:ForwardingTimeouts (Results 1 – 6 of 6) sorted by relevance

/dports/net/traefik/traefik-2.6.1/pkg/provider/kubernetes/crd/traefik/v1alpha1/
H A Dserverstransport.go35 ForwardingTimeouts *ForwardingTimeouts `json:"forwardingTimeouts,omitempty"` member
45 type ForwardingTimeouts struct { struct
47 DialTimeout *intstr.IntOrString `json:"dialTimeout,omitempty"`
50 ResponseHeaderTimeout *intstr.IntOrString `json:"responseHeaderTimeout,omitempty"`
52 IdleConnTimeout *intstr.IntOrString `json:"idleConnTimeout,omitempty"`
54 ReadIdleTimeout *intstr.IntOrString `json:"readIdleTimeout,omitempty"`
56 PingTimeout *intstr.IntOrString `json:"pingTimeout,omitempty"`
H A Dzz_generated.deepcopy.go200 func (in *ForwardingTimeouts) DeepCopyInto(out *ForwardingTimeouts) {
/dports/net/traefik/traefik-2.6.1/pkg/config/dynamic/
H A Dhttp_config.go226ForwardingTimeouts *ForwardingTimeouts `description:"Timeouts for requests forwarded to th… member
234 type ForwardingTimeouts struct { struct
235 … backend server can be established. If zero, no timeout exists." json:"dialTimeout,omitempty" toml…
236 … headers after fully writing the request (including its body, if any). If zero, no timeout exists.…
237 …ve connection will remain open before closing itself." json:"idleConnTimeout,omitempty" toml:"idle…
238 … frame will be carried out if no frame is received on the HTTP/2 connection. If zero, no health ch…
239 …l be closed if a response to ping is not received." json:"pingTimeout,omitempty" toml:"pingTimeout…
243 func (f *ForwardingTimeouts) SetDefaults() {
H A Dzz_generated.deepcopy.go320 func (in *ForwardingTimeouts) DeepCopyInto(out *ForwardingTimeouts) {
/dports/net/traefik/traefik-2.6.1/pkg/config/static/
H A Dstatic_config.go100ForwardingTimeouts *ForwardingTimeouts `description:"Timeouts for requests forwarded to the backe… member
130 type ForwardingTimeouts struct { struct
131 … backend server can be established. If zero, no timeout exists." json:"dialTimeout,omitempty" toml…
132 … headers after fully writing the request (including its body, if any). If zero, no timeout exists.…
133 …ve connection will remain open before closing itself" json:"idleConnTimeout,omitempty" toml:"idleC…
137 func (f *ForwardingTimeouts) SetDefaults() {
/dports/net/traefik/traefik-2.6.1/pkg/server/service/
H A Dsmart_roundtripper.go14 func newSmartRoundTripper(transport *http.Transport, forwardingTimeouts *dynamic.ForwardingTimeouts