We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f6ba0 commit 61e0c71Copy full SHA for 61e0c71
xds/internal/xdsclient/tests/misc_watchers_test.go
@@ -47,8 +47,8 @@ var (
47
routeConfigResourceType = internal.ResourceTypeMapForTesting[version.V3RouteConfigURL].(xdsresource.Type)
48
)
49
50
-// This route configuration watcher registers two
51
-// more watches from the OnUpdate callback of the original resource for which it was created.
+// This route configuration watcher registers two watches corresponding to the
+// names passed in at creation time on a valid update.
52
type testRouteConfigWatcher struct {
53
client xdsclient.XDSClient
54
name1, name2 string
0 commit comments