# Functions

No description provided by the author
No description provided by the author
get file share info according to volume id, e.g.
GetUserAgent returns user agent of the driver.
GetVersion returns the version information of the driver.
GetVersionYAML returns the version information of the driver in YAML format.
GetVolumeStats returns volume stats based on the given path.
No description provided by the author
NewDriver Creates a NewCSIDriver object.
NewFakeMounter fake mounter.
NewMockAzureFileClient creates a new mock instance.
NewMockDirectVolume creates a new mock instance.
NewMockResolver creates a new mock instance.
SetVolumeOwnership would set gid for path recursively.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FileShareAccountNamePrefix is the file share account name prefix.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Driver implements all interfaces of CSI drivers.
DriverOptions defines driver parameters specified in driver deployment.
MockAzureFileClient is a mock of AzureFileClient interface.
MockAzureFileClientMockRecorder is the mock recorder for MockAzureFileClient.
MockDirectVolume is a mock of DirectVolume interface.
MockDirectVolumeMockRecorder is the mock recorder for MockDirectVolume.
MockResolver is a mock of Resolver interface.
MockResolverMockRecorder is the mock recorder for MockResolver.
NetResolver is the real implementation of the Resolver interface.
ShareOptions contains the fields which are used to create file share.
VersionInfo holds the version information of the driver.
No description provided by the author

# Interfaces

No description provided by the author
Resolver is an interface for resolving IP addresses.