{ "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": "sample-build", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Git", "git": { "uri": "git://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Source", "sourceStrategy": { "env": [ { "name": "FOO", "value": "test" }, { "name": "BAR", "value": "test" }, { "name": "BUILD_LOGLEVEL", "value": "5" } ], "from": { "kind": "DockerImage", "name": "centos/ruby-22-centos7" } } }, "resources": {} }, "status": { "lastVersion": 0 } }, { "kind": "BuildConfig", "apiVersion": "v1", "metadata": { "name": "sample-verbose-build", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Git", "git": { "uri": "git://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Source", "sourceStrategy": { "env": [ { "name": "FOO", "value": "test" }, { "name": "BAR", "value": "test" }, { "name": "BUILD_LOGLEVEL", "value": "5" } ], "from": { "kind": "DockerImage", "name": "centos/ruby-22-centos7" } } }, "resources": {} }, "status": { "lastVersion": 0 } }, { "kind": "BuildConfig", "apiVersion": "v1", "metadata": { "name": "sample-build-binary", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Binary", "binary": {} }, "strategy": { "type": "Docker", "dockerStrategy": { "env": [ { "name": "FOO", "value": "test" }, { "name": "BAR", "value": "test" }, { "name": "BUILD_LOGLEVEL", "value": "5" } ], "from": { "kind": "DockerImage", "name": "centos/ruby-22-centos7" } } }, "resources": {} }, "status": { "lastVersion": 0 } }, { "kind": "BuildConfig", "apiVersion": "v1", "metadata": { "name": "sample-build-github-archive", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Binary", "binary": {}, "contextDir": "ruby-hello-world-master" }, "strategy": { "type": "Docker", "dockerStrategy": { "env": [ { "name": "FOO", "value": "test" }, { "name": "BAR", "value": "test" }, { "name": "BUILD_LOGLEVEL", "value": "5" } ], "from": { "kind": "DockerImage", "name": "centos/ruby-22-centos7" } } }, "resources": {} }, "status": { "lastVersion": 0 } } ] }