Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Parameters that are expected to be set by consumers of this package. // If FileSystemId is not set, ClusterName and Region must be set so that a // file system can be created ClusterName string Region string FileSystemId string FileSystemName string MountTargetSecurityGroupIds []string MountTargetSubnetIds []string EfsDriverNamespace string EfsDriverLabelSelectors map[string]string // 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 = false )
Functions ¶
func InitEFSCSIDriver ¶ added in v1.0.0
func InitEFSCSIDriver() testsuites.TestDriver
Types ¶
Click to show internal directories.
Click to hide internal directories.