# Functions
ExtractIDAndZone takes a zonal ID and returns the ID and zone of a resource.
GetVersion returns the current running version.
NewDriver returns a CSI plugin.
UserAgent returns the CSI driver user-agent.
# Constants
AllMode represents the the controller and the node mode at the same time.
ControllerMode represents the controller mode.
DriverName is the official name for the Scaleway CSI plugin.
ExtraUserAgentEnv is the environment variable that adds some string at the end of the user agent.
NodeMode represents the node mode.
ZoneTopologyKey is the topology key used to provision volumes.
# Structs
Driver implements the interfaces csi.IdentityServer, csi.ControllerServer and csi.NodeServer.
DriverConfig is used to configure a new Driver.
VersionInfo represents the current running version.
# Interfaces
No description provided by the author
# Type aliases
Mode represents the mode in which the CSI driver started.