Correct 'SOTW' flag for endpoint resource

This commit is contained in:
Michael Lumish 2023-06-16 13:21:07 -07:00
parent dc0094d4b0
commit fb735d99dc
1 changed files with 1 additions and 1 deletions

View File

@ -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>) {