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

This commit is contained in:
Alex Mohr
2015-03-09 14:18:40 -07:00
parent 54a0672e0b
commit 44b9b7aea5
12 changed files with 154 additions and 9 deletions

View File

@@ -273,7 +273,7 @@ func podExists(c *client.Client, podNamespace string, podID string) wait.Conditi
}
func runReplicationControllerTest(c *client.Client) {
data, err := ioutil.ReadFile("cmd/integration/controller.json")
data, err := ioutil.ReadFile("api/examples/controller.json")
if err != nil {
glog.Fatalf("Unexpected error: %v", err)
}