kubernetes/test/e2e/storage/testpatterns
Patrick Ohly 160da35b23 e2e storage: public API for testsuites, support CSIInlineVolume type for generic resource
Implementing a test suite was impossible outside of the
k8s.io/kubernetes/test/e2e/storage/testsuites package because all
interfaces and structs used by them were private.

As part of revamping the API, genericVolumeTestResource also gets
exported because it is useful for other test suites. Because the
TestResource interface became obsolete a while ago and isn't used
anymore, the new name is just testsuites.VolumeResource.

testpatterns.CSIInlineVolume needs special handling in a few places.
It can now be used in a test pattern for a test suite that uses a
VolumeResource instance.
2019-12-05 20:10:25 +01:00
..
BUILD Move volume_expand tests to storage e2e testsuites 2019-07-11 18:49:49 +00:00
testpattern.go e2e storage: public API for testsuites, support CSIInlineVolume type for generic resource 2019-12-05 20:10:25 +01:00