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/component_status_list.json')
-rw-r--r--vendor/gems/kubeclient/test/json/component_status_list.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/vendor/gems/kubeclient/test/json/component_status_list.json b/vendor/gems/kubeclient/test/json/component_status_list.json
new file mode 100644
index 00000000000..1849f489eb2
--- /dev/null
+++ b/vendor/gems/kubeclient/test/json/component_status_list.json
@@ -0,0 +1,52 @@
+{
+ "kind": "ComponentStatusList",
+ "apiVersion": "v1",
+ "metadata": {
+ "selfLink": "/api/v1/componentstatuses"
+ },
+ "items": [
+ {
+ "metadata": {
+ "name": "controller-manager",
+ "selfLink": "/api/v1/namespaces/componentstatuses/controller-manager",
+ "creationTimestamp": null
+ },
+ "conditions": [
+ {
+ "type": "Healthy",
+ "status": "Unknown",
+ "error": "Get http://127.0.0.1:10252/healthz: dial tcp 127.0.0.1:10252: connection refused"
+ }
+ ]
+ },
+ {
+ "metadata": {
+ "name": "scheduler",
+ "selfLink": "/api/v1/namespaces/componentstatuses/scheduler",
+ "creationTimestamp": null
+ },
+ "conditions": [
+ {
+ "type": "Healthy",
+ "status": "Unknown",
+ "error": "Get http://127.0.0.1:10251/healthz: dial tcp 127.0.0.1:10251: connection refused"
+ }
+ ]
+ },
+ {
+ "metadata": {
+ "name": "etcd-0",
+ "selfLink": "/api/v1/namespaces/componentstatuses/etcd-0",
+ "creationTimestamp": null
+ },
+ "conditions": [
+ {
+ "type": "Healthy",
+ "status": "True",
+ "message": "{\"health\": \"true\"}",
+ "error": "nil"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file