Searched refs:xds_host (Results 1 – 2 of 2) sorted by relevance
48 xds_host: Optional[str] = None,57 self.xds_host, self.xds_port = xds_host, xds_port64 def set_xds_address(self, xds_host, xds_port: Optional[int] = None): argument65 self.xds_host, self.xds_port = xds_host, xds_port69 if not self.xds_host:72 return self.xds_host77 if not self.xds_host:
185 xds_host=xds_flags.SERVER_XDS_HOST.value,