ceph-csi/vendor/k8s.io/kubernetes/test/integration/benchmark-controller.json

26 lines
541 B
JSON
Raw Normal View History

2018-01-09 18:57:14 +00:00
{
"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",
2018-03-06 22:33:18 +00:00
"image": "k8s.gcr.io/pause-amd64:3.1"
2018-01-09 18:57:14 +00:00
}]
}
}
}
}