Update update-demo example and e2e test to use kubectl
This commit is contained in:

committed by
Jeff Lowdermilk

parent
6e98ce34ca
commit
c912b831ce
@@ -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 {
|
||||
|
Reference in New Issue
Block a user