@@ -823,7 +823,8 @@ properties:
823
823
Maglev, refer to https://ai.google/research/pubs/pub44824
824
824
825
825
* `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
826
- reported weights. If set, the Backend Service must
826
+ reported weights. Only applicable to loadBalancingScheme
827
+ EXTERNAL. If set, the Backend Service must
827
828
configure a non legacy HTTP-based Health Check, and
828
829
health check replies are expected to contain
829
830
non-standard HTTP response header field
@@ -835,7 +836,7 @@ properties:
835
836
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
836
837
equal-weight.
837
838
838
- This field is applicable to either:
839
+ locality_lb_policy is applicable to either:
839
840
840
841
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
841
842
and loadBalancingScheme set to INTERNAL_MANAGED.
@@ -844,7 +845,7 @@ properties:
844
845
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
845
846
Network Load Balancing. The default is MAGLEV.
846
847
847
- If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
848
+ If session_affinity is not NONE, and locality_lb_policy is not set to MAGLEV, WEIGHTED_MAGLEV,
848
849
or RING_HASH, session affinity settings will not take effect.
849
850
850
851
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
0 commit comments