Skip to content

Commit 14ae4a0

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 8419828 commit 14ae4a0

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
@@ -158,7 +158,7 @@ type Upstream struct {
158158
TLS UpstreamTLS `json:"tls"`
159159
// The health check configuration for the Upstream. Note: this feature is supported only in NGINX Plus.
160160
HealthCheck *HealthCheck `json:"healthCheck"`
161-
// The slow start allows an upstream server to gradually recover its weight from 0 to its nominal value after it has been recovered or became available or when the server becomes available after a period of time it was considered unavailable. By default, the slow start is disabled. Note: The parameter cannot be used along with the random , hash or ip_hash load balancing methods and will be ignored.
161+
// The slow start allows an upstream server to gradually recover its weight from 0 to its nominal value after it has been recovered or became available or when the server becomes available after a period of time it was considered unavailable. By default, the slow start is disabled. Note: The parameter cannot be used along with the random, hash or ip_hash load balancing methods and will be ignored.
162162
SlowStart string `json:"slow-start"`
163163
// Configures a queue for an upstream. A client request will be placed into the queue if an upstream server cannot be selected immediately while processing the request. By default, no queue is configured. Note: this feature is supported only in NGINX Plus.
164164
Queue *UpstreamQueue `json:"queue"`

0 commit comments

Comments
 (0)