ceph-csi/vendor/k8s.io/kubernetes/test/integration/benchmark-controller.json
Serguei Bezverkhi e9033989a0 vendor updates
2018-03-07 11:43:06 -05:00

26 lines
541 B
JSON

{
"kind": "ReplicationController",
"apiVersion": "v1",
"metadata": {
"name": "test-controller",
"namespace": "test",
"labels": {"name": "test-controller"}
},
"spec": {
"replicas": 0,
"selector": {"name": "test-pod"},
"template": {
"metadata": {
"namespace": "test",
"labels": {"name": "test-pod"}
},
"spec": {
"containers": [{
"name": "test-container",
"image": "k8s.gcr.io/pause-amd64:3.1"
}]
}
}
}
}