Skip to content

Commit fbfbd6c

Browse files
salonichf5sjberman
andauthored
Apply suggestions from code review
Co-authored-by: Saylor Berman <[email protected]>
1 parent 80fe344 commit fbfbd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/v1alpha1/upstreamsettingspolicy_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const (
131131
// - https://nginx.org/en/docs/http/ngx_http_upstream_module.html#ip_hash
132132
// - https://nginx.org/en/docs/http/ngx_http_upstream_module.html#hash
133133

134-
// LoadBalancingMethods for NGINX OSS.
134+
// LoadBalancingMethods supported by NGINX OSS and NGINX Plus.
135135

136136
// LoadBalancingTypeRoundRobin enables round-robin load balancing,
137137
// distributing requests evenly across all upstream servers.
@@ -172,7 +172,7 @@ const (
172172
// fewer active connections.
173173
LoadBalancingTypeRandomTwoLeastConnection LoadBalancingType = "random two least_conn"
174174

175-
// LoadBalancingMethods for NGINX Plus along with OSS methods.
175+
// LoadBalancingMethods supported by NGINX Plus.
176176

177177
// LoadBalancingTypeRandomTwoLeastTimeHeader enables a variation of least-time load balancing
178178
// that randomly selects two servers and forwards traffic to the one with the least

0 commit comments

Comments
 (0)