aboutsummaryrefslogtreecommitdiffstats
path: root/serviceview
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-22 11:08:24 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-22 11:08:24 +0200
commit23afd5993ba3e22334c42e1a4af7d146cf5da801 (patch)
tree415d1f728078655d9551e6e300eb4fb52d2c3f58 /serviceview
parent17fa29f433b5338723c4bef1eae972b0de9d7dd5 (diff)
Add GET suspended status to application/v2
Diffstat (limited to 'serviceview')
-rw-r--r--serviceview/src/main/java/com/yahoo/vespa/serviceview/bindings/ApplicationView.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/serviceview/src/main/java/com/yahoo/vespa/serviceview/bindings/ApplicationView.java b/serviceview/src/main/java/com/yahoo/vespa/serviceview/bindings/ApplicationView.java
index 00503212750..c3fb3616ca9 100644
--- a/serviceview/src/main/java/com/yahoo/vespa/serviceview/bindings/ApplicationView.java
+++ b/serviceview/src/main/java/com/yahoo/vespa/serviceview/bindings/ApplicationView.java
@@ -6,8 +6,10 @@ import java.util.List;
/**
* All clusters of a deployed application.
*
- * @author <a href="mailto:steinar@yahoo-inc.com">Steinar Knutsen</a>
+ * @author Steinar Knutsen
*/
public class ApplicationView {
+
public List<ClusterView> clusters;
+
}