We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1303098 commit 10b610cCopy full SHA for 10b610c
xds/internal/xdsclient/pubsub/update.go
@@ -232,7 +232,7 @@ func (pb *Pubsub) NewClusters(updates map[string]xdsresource.ClusterUpdateErrTup
232
// from cache, and also send an resource not found error to indicate
233
// resource removed.
234
delete(pb.cdsCache, name)
235
- pb.ldsMD[name] = xdsresource.UpdateMetadata{Status: xdsresource.ServiceStatusNotExist}
+ pb.cdsMD[name] = xdsresource.UpdateMetadata{Status: xdsresource.ServiceStatusNotExist}
236
for wi := range pb.cdsWatchers[name] {
237
wi.resourceNotFound()
238
}
0 commit comments