We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d8b85 commit 1b12d28Copy full SHA for 1b12d28
1 file changed
internal/xds/xdsclient/xdsresource/resource_type.go
@@ -30,7 +30,7 @@ import (
30
"google.golang.org/protobuf/types/known/anypb"
31
)
32
33
-// Producer uses the external xdsclient API.
+// Producer watches resources via the external xdsclient API.
34
type Producer interface {
35
WatchResource(typeURL, resourceName string, watcher xdsclient.ResourceWatcher) (cancel func())
36
}
0 commit comments