add rados block device(rbd) volume plugin

Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
Huamin Chen
2015-04-07 13:22:23 -04:00
parent 9b1fb6dca1
commit 4a800fd10e
22 changed files with 1099 additions and 1 deletions

View File

@@ -178,6 +178,10 @@ func TestExampleObjectSchemas(t *testing.T) {
"pod": &api.Pod{},
"replication": &api.ReplicationController{},
},
"../examples/rbd/v1beta3": {
"rbd": &api.Pod{},
"rbd-with-secret": &api.Pod{},
},
}
for path, expected := range cases {