/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/extended/testdata/test-buildcli.json
122 строки
3 KB
Maciej Szulik
Switch to groupified APIs
12 апр 2022, 22:03
Не верифицирован
12 апр 2022, 22:03
aac1020
Код
Авторство
О чём код?
{ "kind": "List", "apiVersion": "v1", "metadata": {}, "items": [ { "kind": "ImageStream", "apiVersion": "image.openshift.io/v1", "metadata": { "name": "ruby-20-centos7-buildcli", "creationTimestamp": null }, "spec": { "dockerImageRepository": "image-registry.openshift-image-registry.svc:5000/openshift/ruby", "tags": [ { "name": "valid" } ] }, "status": { "dockerImageRepository": "" } }, { "kind": "BuildConfig", "apiVersion": "build.openshift.io/v1", "metadata": { "name": "ruby-sample-build-validtag", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Git", "git": { "uri": "https://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Source", "sourceStrategy": { "env":[ { "name":"BUILD_LOGLEVEL", "value":"2" } ], "from": { "kind": "DockerImage", "name": "image-registry.openshift-image-registry.svc:5000/openshift/ruby" }, "incremental": true } }, "output": { "to": { "kind": "ImageStreamTag", "name": "origin-ruby-sample:latest" } }, "resources": {} }, "status": { "lastVersion": 0 } }, { "kind": "BuildConfig", "apiVersion": "build.openshift.io/v1", "metadata": { "name": "ruby-sample-build-invalidtag", "creationTimestamp": null }, "spec": { "triggers": [ { "type": "imageChange", "imageChange": {} } ], "source": { "type": "Git", "git": { "uri": "https://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Source", "sourceStrategy": { "env":[ { "name":"BUILD_LOGLEVEL", "value":"2" } ], "from": { "kind": "DockerImage", "name": "image-registry.openshift-image-registry.svc:5000/openshift/ruby" }, "incremental": true } }, "output": { "to": { "kind": "ImageStreamTag", "name": "origin-ruby-sample:latest" } }, "resources": {} }, "status": { "lastVersion": 0 } } ] }