Skip to content

Commit 8419828

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 9205362 commit 8419828

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
@@ -170,7 +170,7 @@ type Upstream struct {
170170
NTLM bool `json:"ntlm"`
171171
// The type of the upstream. Supported values are http and grpc. The default is http. For gRPC, it is necessary to enable HTTP/2 in the ConfigMap and configure TLS termination in the VirtualServer.
172172
Type string `json:"type"`
173-
// The name of the backup service of type ExternalName. This will be used when the primary servers are unavailable. Note: The parameter cannot be used along with the random , hash or ip_hash load balancing methods.
173+
// The name of the backup service of type ExternalName. This will be used when the primary servers are unavailable. Note: The parameter cannot be used along with the random, hash or ip_hash load balancing methods.
174174
Backup string `json:"backup"`
175175
// The port of the backup service. The backup port is required if the backup service name is provided. The port must fall into the range 1..65535.
176176
BackupPort *uint16 `json:"backupPort"`

0 commit comments

Comments
 (0)