Skip to content

Commit b1ec153

Browse files
Update pkg/apis/configuration/v1/types.go
Co-authored-by: Paul Abel <[email protected]> Signed-off-by: mohamad_al <[email protected]>
1 parent df962e4 commit b1ec153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/configuration/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ type UpstreamParameters struct {
699699
ConnectTimeout string `json:"connectTimeout"`
700700
// 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.
701701
NextUpstream bool `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.
703703
NextUpstreamTimeout string `json:"nextUpstreamTimeout"`
704704
// The number of tries for passing a connection to the next server. The default is 0.
705705
NextUpstreamTries int `json:"nextUpstreamTries"`

0 commit comments

Comments
 (0)