summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2019-01-08 10:43:34 +0100
committerGitHub <noreply@github.com>2019-01-08 10:43:34 +0100
commit4a6795ff0520cad6fb5d3320042a4111d721bab6 (patch)
treee28d7d6b98bcc6f2eeeef17c64eb00860357440b /controller-api
parente042fb32fdb6038749edafd0e23f13728a6fa92c (diff)
parent430107d2abaae1ff6d86ecbd2084ff28e537702b (diff)
Merge pull request #8042 from vespa-engine/jvenstad/badges
Jvenstad/badges
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, 3 insertions, 0 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 1f4ba9c6d25..e63f665db58 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
@@ -75,4 +75,7 @@ public interface ZoneRegistry {
/** Returns a URL used to request support from the Vespa team. */
URI supportUrl();
+ /** Returns a URL used to generate flashy badges from strings. */
+ URI badgeUrl();
+
}