mirror of
https://github.com/grpc/grpc-node.git
synced 2026-01-25 14:27:06 +00:00
Correct 'SOTW' flag for endpoint resource
This commit is contained in:
parent
dc0094d4b0
commit
fb735d99dc
@ -116,7 +116,7 @@ export class EndpointResourceType extends XdsResourceType {
|
||||
}
|
||||
|
||||
allResourcesRequiredInSotW(): boolean {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
static startWatch(client: XdsClient, name: string, watcher: Watcher<ClusterLoadAssignment__Output>) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user