You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/apis/configuration/v1/types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -699,7 +699,7 @@ type UpstreamParameters struct {
699
699
ConnectTimeoutstring`json:"connectTimeout"`
700
700
// If a connection to the proxied server cannot be established, determines whether a client connection will be passed to the next server. The default is true.
701
701
NextUpstreambool`json:"nextUpstream"`
702
-
// The time allowed to pass a connection to the next server. The default us 0.
702
+
// The time allowed to pass a connection to the next server. The default is 0.
0 commit comments