summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-09-26 20:13:04 +0200
committerGitHub <noreply@github.com>2018-09-26 20:13:04 +0200
commitafae40941da169d672968f4cc62031e3c1e14d6d (patch)
treedaa55b4ad2256dd9132c75af0d291efa2d278b5e /controller-api
parent24e8e9b795a1ab7454977792a56cb9704f182dba (diff)
Revert "Adding getConfigServerApiUris() to include both cfg servers and VIP [VESPA-12701]"
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
index f35c5b1c310..e7ef3e52eb5 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
@@ -34,9 +34,6 @@ public interface ZoneRegistry {
/** Returns the URI for the config server VIP in the given zone, or Optional.empty() if no VIP exists */
default Optional<URI> getConfigServerVipUri(ZoneId zoneId) { return Optional.empty(); }
- /** Returns all possible API endpoints of all known config servers and config server VIPs in the given zone */
- List<URI> getConfigServerApiUris(ZoneId zoneId);
-
/** Returns a URL with the logs for the given deployment, if logging is configured for its zone */
Optional<URI> getLogServerUri(DeploymentId deploymentId);