Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Parameters that are expected to be set by consumers of this package. ClusterName string Region string FileSystemId string FileSystemName string MountTargetSecurityGroupIds []string MountTargetSubnetIds []string EfsDriverNamespace string EfsDriverLabelSelectors map[string]string // CreateFileSystem if set true will create a file system before tests. // Alternatively, provide an existing file system via FileSystemId. If this // is true, ClusterName and Region must be set. For CI it should be true // because there is no existing long-lived file system in the CI environment. CreateFileSystem bool // DeployDriver if set true will deploy a stable version of the driver before // tests. For CI it should be false because something else ought to deploy an // unstable version of the driver to be tested. DeployDriver bool )
Functions ¶
func InitEFSCSIDriver ¶ added in v1.0.0
func InitEFSCSIDriver() storageframework.TestDriver
Types ¶
Click to show internal directories.
Click to hide internal directories.