mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 14:49:06 +00:00
The assumption so far was that all drivers support read/write volumes. That might not necessarily be true, so we have to let the test driver specify it and then test accordingly. Another aspect that is worth testing is whether the driver correctly creates a new volume for each pod even if the volume attributes are the same. However, drivers are not required to do that, so again we have to let the test driver specify that.