2015-04-09 21:50:27 +00:00
|
|
|
{
|
|
|
|
"kind": "ReplicationController",
|
2015-07-01 06:36:39 +00:00
|
|
|
"apiVersion": "v1",
|
2015-04-09 21:50:27 +00:00
|
|
|
"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",
|
2017-10-18 21:37:03 +00:00
|
|
|
"image": "k8s.gcr.io/pause-amd64:3.0"
|
2015-04-09 21:50:27 +00:00
|
|
|
}]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|