Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestCase ¶
type TestCase struct {
Description string
GroupType string
StorageValue string
ShouldFail bool
ExpectedError string
CreateGroupFunc func(ns string, storage string) (client.Object, error)
}
TestCase represents a test case for volume storage validation
type UpdateTestCase ¶
type UpdateTestCase struct {
Description string
GroupType string
InitialStorage string
UpdatedStorage string
ShouldFail bool
ExpectedError string
CreateGroupFunc func(ns string, storage string) (client.Object, error)
UpdateStorageFunc func(obj client.Object, storage string) error
}
UpdateTestCase represents a test case for storage update validation
Click to show internal directories.
Click to hide internal directories.