Skip to content

Commit

Permalink
Fix xds_balancer name.
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Aug 21, 2019
1 parent 4018fc5 commit 0b5e18e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xds/internal/balancer/xds.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (

const (
defaultTimeout = 10 * time.Second
xdsName = "xds-experimental"
xdsName = "xds_experimental"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion xds/internal/resolver/xds_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// Package resolver implements the xds resolver.
//
// At this point, the resolver is named xds_experimental, and doesn't do very
// At this point, the resolver is named xds-experimental, and doesn't do very
// much at all, except for returning a hard-coded service config which selects
// the xds_experimental balancer.
package resolver
Expand Down

0 comments on commit 0b5e18e

Please sign in to comment.