# Functions
NewControllerServiceCapability wraps the given type into a proper capability as expected by the spec.
NewDriver returns a driver that implements the gRPC endpoints required to support CSI.
NewNodeServiceCapability wraps the given type into a property capability as expected by the spec.
NewNonBlockingGRPCServer returns a non-blocking gRPC server.
NewPluginCapabilityVolumeExpansion wraps the given volume expansion into a plugin capability volume expansion required by the spec.
NewVolumeCapabilityAccessMode wraps the given access mode into a volume capability access mode required by the spec.
ParseEndpoint parses the gRPC endpoint provided.
# Constants
Pending :.
# Structs
Driver is the object that implements the CSI interfaces.
Ephemeral represents the ephemeral inline volume and its associated pod details.
Mount :.
POD represents the pod information of ephemeral inline volume that is stored in the publish area.
Secret represents the secret information of ephemeral inline volumes (Provided via volume attributes).
StagingDevice represents the device information that is stored in the staging area.
VolumeHandleTargetPath represents ephemeral volume handle and its assocatiate node stage/publish target path.
# Interfaces
NonBlockingGRPCServer defines the non-blocking gRPC server interfaces.