Update update-demo example and e2e test to use kubectl

This commit is contained in:
Jeff Lowdermlk
2015-01-16 13:22:55 -08:00
committed by Jeff Lowdermilk
parent 6e98ce34ca
commit c912b831ce
11 changed files with 93 additions and 32 deletions

View File

@@ -123,6 +123,10 @@ func TestExampleObjectSchemas(t *testing.T) {
"service": &api.Service{},
"replication-controller": &api.ReplicationController{},
},
"../examples/update-demo": {
"kitten-rc": &api.ReplicationController{},
"nautilus-rc": &api.ReplicationController{},
},
}
for path, expected := range cases {