Change rbd example to use v1

Moved some files out of a v1beta3 sub directory and converted them. Also
modified the examples test to point to the new files.
This commit is contained in:
Kris Rousey
2015-06-10 15:21:31 -07:00
parent a1840218c4
commit b6dfb919ee
5 changed files with 7 additions and 7 deletions

View File

@@ -204,7 +204,7 @@ func TestExampleObjectSchemas(t *testing.T) {
"../examples/rbd/secret": {
"ceph-secret": &api.Secret{},
},
"../examples/rbd/v1beta3": {
"../examples/rbd": {
"rbd": &api.Pod{},
"rbd-with-secret": &api.Pod{},
},