Deleting old sample JSON; moving those in use; updating references

This commit is contained in:
MikeJeffrey
2015-03-05 22:13:25 -08:00
parent da46d04f13
commit 4da6d413be
12 changed files with 9 additions and 154 deletions

View File

@@ -1,35 +0,0 @@
{
"kind": "ReplicationControllerList",
"apiVersion": "v1beta1",
"items": [
{
"id": "test-run",
"desiredState": {
"replicas": 2,
"replicaSelector": {
"name": "test-run"
},
"podTemplate": {
"desiredState": {
"manifest": {
"version": "v1beta1",
"image": "dockerfile/nginx",
"networkPorts": [
{
"hostPort": 8080,
"containerPort": 80
}
]
}
},
"labels": {
"name": "test-run"
}
}
},
"labels": {
"name": "test-run"
}
}
]
}