MCPcopy
hub / github.com/grpc/grpc-go / Update

Method Update

internal/xds/xdsdepmgr/xds_dependency_manager.go:53–53  ·  view source on GitHub ↗

Update is invoked when a new, validated xDS configuration is available. Implementations must treat the received config as read-only and should not modify it.

(*xdsresource.XDSConfig)

Source from the content-addressed store, hash-verified

51 // Implementations must treat the received config as read-only and should
52 // not modify it.
53 Update(*xdsresource.XDSConfig)
54
55 // Error is invoked when an error is received from the listener or route
56 // resource watcher. This includes cases where:

Implementers 2

testWatcherinternal/xds/xdsdepmgr/xds_dependency_
xdsResolverinternal/xds/resolver/xds_resolver.go

Calls

no outgoing calls