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

@@ -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)
}