summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/cluster_status.json
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-02-07 21:40:55 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-02-07 21:40:55 +0000
commitf67fc237271bc26557f29c60b3f5772a6e0d3e63 (patch)
tree1396323f70672257c2c190a5a7edb606eefac4c6 /spec/fixtures/api/schemas/cluster_status.json
parente2966a6d8c5d26b8f7d71bfbacb54162bfa6567f (diff)
downloadgitlab-ce-f67fc237271bc26557f29c60b3f5772a6e0d3e63.tar.gz
Upgrade cluster applications, starting with runner
Diffstat (limited to 'spec/fixtures/api/schemas/cluster_status.json')
-rw-r--r--spec/fixtures/api/schemas/cluster_status.json3
1 files changed, 2 insertions, 1 deletions
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" ]
}