{ "kind": "List", "apiVersion": "v1", "metadata": {}, "items": [ { "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "origin-ruby-sample", "creationTimestamp": null }, "spec": {}, "status": { "dockerImageRepository": "" } }, { "kind": "BuildConfig", "apiVersion": "v1", "metadata": { "name": "failing-build", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Git", "git": { "uri": "git://github.com/openshift/ruby-hello-world.git" }, "contextDir":"wrong/dir" }, "strategy": { "type": "Source", "sourceStrategy": { "from": { "kind": "DockerImage", "name": "centos/ruby-22-centos7" } } }, "resources": {} }, "status": { "lastVersion": 0 } } ] }