# Functions

GetControllerCapabilities returns set of supported controller capabilities of CSI driver.
GetDriverName returns name of CSI driver.
GetGroupControllerCapabilities returns set of supported group controller capabilities of CSI driver.
GetPluginCapabilities returns set of supported capabilities of CSI driver.
Probe calls driver Probe() just once and returns its result without any processing.
ProbeForever calls Probe() of a CSI driver and waits until the driver becomes ready.

# Type aliases

ControllerCapabilitySet is set of CSI controller capabilities.
GroupControllerCapabilitySet is set of CSI groupcontroller capabilities.
PluginCapabilitySet is set of CSI plugin capabilities.