type capacityTestSuite …
func InitCustomCapacityTestSuite(patterns []storageframework.TestPattern) storageframework.TestSuite { … }
func InitCapacityTestSuite() storageframework.TestSuite { … }
func (p *capacityTestSuite) GetTestSuiteInfo() storageframework.TestSuiteInfo { … }
func (p *capacityTestSuite) SkipUnsupportedTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func (p *capacityTestSuite) DefineTests(driver storageframework.TestDriver, pattern storageframework.TestPattern) { … }
func formatCapacities(capacities []storagev1.CSIStorageCapacity) []string { … }
func MatchCapacities(match types.GomegaMatcher) types.GomegaMatcher { … }
type matchCSIStorageCapacities …
var _ …
func (m matchCSIStorageCapacities) Match(actual interface{ … }
func (m matchCSIStorageCapacities) FailureMessage(actual interface{ … }
func (m matchCSIStorageCapacities) NegatedFailureMessage(actual interface{ … }
func (m matchCSIStorageCapacities) dump(actual interface{ … }
type CapacityMatcher …
func HaveCapacitiesForClass(scName string) CapacityMatcher { … }
type haveCSIStorageCapacities …
var _ …
func (h *haveCSIStorageCapacities) Match(actual interface{ … }
func (h *haveCSIStorageCapacities) MatchedCapacities() []storagev1.CSIStorageCapacity { … }
func (h *haveCSIStorageCapacities) FailureMessage(actual interface{ … }
func (h *haveCSIStorageCapacities) NegatedFailureMessage(actual interface{ … }
func HaveCapacitiesForClassAndNodes(ctx context.Context, client kubernetes.Interface, driverName, scName, topologyKey string) CapacityMatcher { … }
type haveLocalStorageCapacities …
var _ …
func (h *haveLocalStorageCapacities) Match(actual interface{ … }
func (h *haveLocalStorageCapacities) MatchedCapacities() []storagev1.CSIStorageCapacity { … }
func (h *haveLocalStorageCapacities) FailureMessage(actual interface{ … }
func (h *haveLocalStorageCapacities) NegatedFailureMessage(actual interface{ … }