MCPcopy Create free account
hub / github.com/grpc/grpc-java / setAdsConfig

Method setAdsConfig

xds/src/test/java/io/grpc/xds/XdsTestUtils.java:140–143  ·  view source on GitHub ↗
(XdsTestControlPlaneService service, String serverName)

Source from the content-addressed store, hash-verified

138 }
139
140 static void setAdsConfig(XdsTestControlPlaneService service, String serverName) {
141 setAdsConfig(service, serverName, RDS_NAME, CLUSTER_NAME, EDS_NAME, ENDPOINT_HOSTNAME,
142 ENDPOINT_PORT);
143 }
144
145 static void setAdsConfig(XdsTestControlPlaneService service, String serverName, String rdsName,
146 String clusterName, String edsName, String endpointHostname,

Callers 7

setUpMethod · 0.95
verify_config_updateMethod · 0.95

Calls 8

buildServerListenerMethod · 0.95
buildClientListenerMethod · 0.95
buildClusterMethod · 0.95
setXdsConfigMethod · 0.80
ofMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected