mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
26 lines
555 B
JSON
26 lines
555 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": "gcr.io/google_containers/pause-amd64:3.0"
|
|
}]
|
|
}
|
|
}
|
|
}
|
|
}
|