summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2018-10-16 11:58:03 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2018-10-16 11:58:03 +0200
commit5170fe860be4c9e57d16305f16ac2089e9daa401 (patch)
tree4e11bffa3873525e1c9177edfddea2af019fe7a0 /controller-api
parent0e86f143e7b023803a97fd6b319b42c1bbcea579 (diff)
Content cluster, instead of storage cluster
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java
index 4e71307dc65..4255c24c977 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java
@@ -44,7 +44,7 @@ public interface ConfigServer {
Optional<Logs> getLogs(DeploymentId deployment, HashMap<String, String> queryParameters);
- List<String> getStorageClusters(DeploymentId deployment);
+ List<String> getContentClusters(DeploymentId deployment);
/**
* Set new status on en endpoint in one zone.