/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/extended/testdata/forcepull-test.json
123 строки
2 KB
Maciej Szulik
Switch to groupified APIs
12 апр 2022, 22:03
Не верифицирован
12 апр 2022, 22:03
aac1020
Код
Авторство
О чём код?
{ "kind": "List", "apiVersion": "v1", "metadata": {}, "items": [ { "kind": "BuildConfig", "apiVersion": "build.openshift.io/v1", "metadata": { "name": "ruby-sample-build-tc", "creationTimestamp": null, "labels": { "name": "ruby-sample-build-tc" } }, "spec": { "triggers": [], "source": { "type": "Git", "git": { "uri": "https://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Custom", "customStrategy": { "from": { "kind": "ImageStreamTag", "namespace": "openshift", "name": "ruby:latest" }, "env": [ { "name": "OPENSHIFT_CUSTOM_BUILD_BASE_IMAGE", "value": "ruby:latest" }, { "name": "BUILD_LOGLEVEL", "value": "5" } ], "exposeDockerSocket": true, "forcePull": true } } } }, { "kind": "BuildConfig", "apiVersion": "v1", "metadata": { "name": "ruby-sample-build-td", "creationTimestamp": null, "labels": { "name": "ruby-sample-build-td" } }, "spec": { "triggers": [], "source": { "type": "Git", "git": { "uri": "https://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Docker", "dockerStrategy": { "from": { "kind": "ImageStreamTag", "namespace": "openshift", "name": "ruby:latest" }, "env": [ { "name": "BUILD_LOGLEVEL", "value": "5" } ], "forcePull": true } } } }, { "kind": "BuildConfig", "apiVersion": "build.openshift.io/v1", "metadata": { "name": "ruby-sample-build-ts", "creationTimestamp": null, "labels": { "name": "ruby-sample-build-ts" } }, "spec": { "triggers": [], "source": { "type": "Git", "git": { "uri": "https://github.com/openshift/ruby-hello-world.git" } }, "strategy": { "type": "Source", "sourceStrategy": { "from": { "kind": "ImageStreamTag", "namespace": "openshift", "name": "ruby:latest" }, "env": [ { "name": "BUILD_LOGLEVEL", "value": "5" } ], "forcePull": true } } } } ] }