From f67fc237271bc26557f29c60b3f5772a6e0d3e63 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Thu, 7 Feb 2019 21:40:55 +0000 Subject: Upgrade cluster applications, starting with runner --- spec/fixtures/api/schemas/cluster_status.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/fixtures/api/schemas/cluster_status.json') diff --git a/spec/fixtures/api/schemas/cluster_status.json b/spec/fixtures/api/schemas/cluster_status.json index 138a6c5ed6b..5ebc09a96dc 100644 --- a/spec/fixtures/api/schemas/cluster_status.json +++ b/spec/fixtures/api/schemas/cluster_status.json @@ -34,7 +34,8 @@ "status_reason": { "type": ["string", "null"] }, "external_ip": { "type": ["string", "null"] }, "hostname": { "type": ["string", "null"] }, - "email": { "type": ["string", "null"] } + "email": { "type": ["string", "null"] }, + "update_available": { "type": ["boolean", "null"] } }, "required" : [ "name", "status" ] } -- cgit v1.2.1