Skip to content

Commit fa26f4f

Browse files
committed
Add spec links
1 parent 9ca8302 commit fa26f4f

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

packages/grpc-js-xds/src/lb-policy-registry.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
// https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md
19+
1820
import { LoadBalancingConfig, experimental, logVerbosity } from "@grpc/grpc-js";
1921
import { LoadBalancingPolicy__Output } from "./generated/envoy/config/cluster/v3/LoadBalancingPolicy";
2022
import { TypedExtensionConfig__Output } from "./generated/envoy/config/core/v3/TypedExtensionConfig";

packages/grpc-js-xds/src/lb-policy-registry/round-robin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
// https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md
19+
1820
import { LoadBalancingConfig } from "@grpc/grpc-js";
1921
import { LoadBalancingPolicy__Output } from "../generated/envoy/config/cluster/v3/LoadBalancingPolicy";
2022
import { TypedExtensionConfig__Output } from "../generated/envoy/config/core/v3/TypedExtensionConfig";

packages/grpc-js-xds/src/lb-policy-registry/typed-struct.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
// https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md
19+
1820
import { LoadBalancingConfig, experimental } from "@grpc/grpc-js";
1921
import { LoadBalancingPolicy__Output } from "../generated/envoy/config/cluster/v3/LoadBalancingPolicy";
2022
import { TypedExtensionConfig__Output } from "../generated/envoy/config/core/v3/TypedExtensionConfig";

packages/grpc-js-xds/src/load-balancer-xds-wrr-locality.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*
1616
*/
1717

18+
// https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md
19+
1820
import { LoadBalancingConfig, experimental, logVerbosity } from "@grpc/grpc-js";
1921
import { loadProtosWithOptionsSync } from "@grpc/proto-loader/build/src/util";
2022
import { WeightedTargetRaw } from "./load-balancer-weighted-target";

0 commit comments

Comments
 (0)