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

This commit is contained in:
Alex Mohr
2015-03-09 14:44:14 -07:00
parent 56bdd94985
commit da9622a6d7
12 changed files with 9 additions and 154 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("api/examples/controller.json")
data, err := ioutil.ReadFile("cmd/integration/controller.json")
if err != nil {
glog.Fatalf("Unexpected error: %v", err)
}