Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/kubeclient/test/json/node_list.json')
-rw-r--r--vendor/gems/kubeclient/test/json/node_list.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/vendor/gems/kubeclient/test/json/node_list.json b/vendor/gems/kubeclient/test/json/node_list.json
new file mode 100644
index 00000000000..a5c7cbb77a3
--- /dev/null
+++ b/vendor/gems/kubeclient/test/json/node_list.json
@@ -0,0 +1,37 @@
+{
+ "kind": "NodeList",
+ "apiVersion": "v1",
+ "metadata": {
+ "selfLink": "/api/v1/nodes",
+ "resourceVersion": "137"
+ },
+ "items": [
+ {
+ "metadata": {
+ "name": "127.0.0.1",
+ "selfLink": "/api/v1/nodes/127.0.0.1",
+ "uid": "041143c5-ce39-11e4-ac24-3c970e4a436a",
+ "resourceVersion": "137",
+ "creationTimestamp": "2015-03-19T15:08:20+02:00"
+ },
+ "spec": {
+ "capacity": {
+ "cpu": "1",
+ "memory": "3Gi"
+ }
+ },
+ "status": {
+ "hostIP": "127.0.0.1",
+ "conditions": [
+ {
+ "kind": "Ready",
+ "status": "None",
+ "lastProbeTime": "2015-03-19T15:29:33+02:00",
+ "lastTransitionTime": "2015-03-19T15:08:20+02:00",
+ "reason": "Node health check failed: kubelet /healthz endpoint returns not ok"
+ }
+ ]
+ }
+ }
+ ]
+} \ No newline at end of file