Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8ed3eef
cds/eds
eshitachandwani Dec 4, 2025
a2479e4
change
eshitachandwani Dec 4, 2025
ae5251b
spelling
eshitachandwani Dec 4, 2025
b8a6507
spelling
eshitachandwani Dec 4, 2025
4084ae5
all correct
eshitachandwani Dec 4, 2025
4862844
order not checked
eshitachandwani Dec 4, 2025
15cc42e
1st set of comment
eshitachandwani Dec 9, 2025
ed3c1eb
change set to use bool in place of struct
eshitachandwani Dec 9, 2025
4b86074
comment lengths
eshitachandwani Dec 9, 2025
e369eeb
resolve comments
eshitachandwani Dec 12, 2025
a98e575
resolvenow coment
eshitachandwani Dec 12, 2025
f04a355
report error for resolver error
eshitachandwani Dec 12, 2025
0da35e0
generics try
eshitachandwani Dec 12, 2025
1de452e
resolve comments
eshitachandwani Dec 12, 2025
5ba419b
test formatting
eshitachandwani Dec 12, 2025
d4836bb
changes
eshitachandwani Dec 16, 2025
9577679
Merge branch 'master' into new_cds_eds
eshitachandwani Dec 16, 2025
38ef4ea
Merge branch 'master' into new_cds_eds
eshitachandwani Dec 16, 2025
229ce3b
change addresses fields of xdsresource.Endpoint
eshitachandwani Dec 16, 2025
6df023c
split populateClusterConfigLocked to keep it's size down
easwars Dec 17, 2025
ad3a3b3
small changes
eshitachandwani Dec 17, 2025
ab7a2aa
annotate error
eshitachandwani Dec 17, 2025
4adea77
error test fix
eshitachandwani Dec 17, 2025
09842ae
use has
eshitachandwani Dec 17, 2025
980b529
simplify the dns resolver implementation
easwars Dec 18, 2025
d8ebaaf
more generics
easwars Dec 18, 2025
cd5d990
changes
eshitachandwani Dec 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spelling
  • Loading branch information
eshitachandwani committed Dec 4, 2025
commit b8a65073d9bffb22342e3b922773b28c8f844ee6
2 changes: 1 addition & 1 deletion internal/xds/xdsdepmgr/xds_dependency_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (

var logger = grpclog.Component("xds")

// EnableCDSEDSlookups is a flag used to control whether the CDS/EDS watchers in
// EnableCDSEDSlooksups is a flag used to control whether the CDS/EDS watchers in
// the dependency manager should be used. It is made false by default.
var EnableCDSEDSlooksups = false

Expand Down
Loading