/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/extended/testdata/test-replication-controller.yaml
30 строк
854 B
Maciej Szulik
Bug 1848408: fix validation issues in test files
20 апр 2021, 17:51
Не верифицирован
20 апр 2021, 17:51
44e91ec
Код
Авторство
О чём код?
apiVersion: v1 kind: ReplicationController metadata: annotations: openshift.io/deployment-config.latest-version: "1" openshift.io/deployment-config.name: test-deployment openshift.io/deployment.phase: Complete optnshift.io/deployment.replicas: "1" name: test-replication-controller spec: replicas: 1 selector: deployment: test-deployment deploymentconfig: test-deployment template: metadata: labels: deployment: test-deployment deploymentconfig: test-deployment spec: containers: - image: image-registry.openshift-image-registry.svc:5000/openshift/tools:latest imagePullPolicy: IfNotPresent name: ruby-helloworld ports: - containerPort: 8080 protocol: TCP resources: {} dnsPolicy: ClusterFirst restartPolicy: Always