Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IssueAllRequests ¶
Types ¶
type DriverOptions ¶
type DriverOptions struct {
Clock clock.Clock
Store storage.Interface
Log *logr.Logger
Client cmclient.Interface
Mounter mount.Interface
NodeID string
MaxRequestsPerVolume int
ContinueOnNotReady bool
GeneratePrivateKey manager.GeneratePrivateKeyFunc
GenerateRequest manager.GenerateRequestFunc
SignRequest manager.SignRequestFunc
WriteKeypair manager.WriteKeypairFunc
ReadyToRequest manager.ReadyToRequestFunc
}
func RunTestDriver ¶
func RunTestDriver(t *testing.T, opts DriverOptions) (DriverOptions, csi.NodeClient, func())
Click to show internal directories.
Click to hide internal directories.