summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/cluster_status.json
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-01-30 22:26:52 +1300
committerThong Kuah <tkuah@gitlab.com>2019-01-31 01:15:02 +1300
commitbe386cb2cf1853cb7658b6c17196965efc046fe9 (patch)
treef513d8a83f0a581a18afd160a5484782c62ea970 /spec/fixtures/api/schemas/cluster_status.json
parente4dc22e330388df385b64815f12d7c51dd97635f (diff)
downloadgitlab-ce-be386cb2cf1853cb7658b6c17196965efc046fe9.tar.gz
Expose app version to frontend
Diffstat (limited to 'spec/fixtures/api/schemas/cluster_status.json')
-rw-r--r--spec/fixtures/api/schemas/cluster_status.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/cluster_status.json b/spec/fixtures/api/schemas/cluster_status.json
index 3d9e0628f63..138a6c5ed6b 100644
--- a/spec/fixtures/api/schemas/cluster_status.json
+++ b/spec/fixtures/api/schemas/cluster_status.json
@@ -30,6 +30,7 @@
]
}
},
+ "version": { "type": "string" },
"status_reason": { "type": ["string", "null"] },
"external_ip": { "type": ["string", "null"] },
"hostname": { "type": ["string", "null"] },