aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2018-08-14 11:46:45 +0200
committerMartin Polden <mpolden@mpolden.no>2018-08-16 10:40:29 +0200
commit84f08bf624fdb00e16a1875f10d137f549bf28f1 (patch)
treed659fa5aee5692da090c0bb108b2b7455e205e7d /controller-api/src
parent5c57e27222fa0072746cee0c47c57af7934effac (diff)
Make infrastructure upgrade logic reusable
Diffstat (limited to 'controller-api/src')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java2
1 files changed, 1 insertions, 1 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 dea14493d26..196593883fe 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
@@ -49,7 +49,7 @@ public interface ZoneRegistry {
/** Return the configserver's Athenz service identity */
AthenzService getConfigServerAthenzService(ZoneId zoneId);
- /** Returns the upgrade policy to use for zones in this registry */
+ /** Returns the Vespa upgrade policy to use for zones in this registry */
UpgradePolicy upgradePolicy();
}