# Functions
Connect opens insecure gRPC connection to a CSI driver.
ConnectWithoutMetrics behaves exactly like Connect except no metrics are recorded.
ExitOnConnectionLoss returns callback for OnConnectionLoss() that writes an error to /dev/termination-log and exits.
LogGRPC is gPRC unary interceptor for logging of CSI messages at level 5.
OnConnectionLoss registers a callback that will be invoked when the connection got lost.
SetMaxGRPCLogLength set the maximum character count for GRPC logging.
WithMetrics enables the recording of metrics on the gRPC calls with the provided CSIMetricsManager.
WithOtelTracing enables the recording of traces on the gRPC calls with opentelemetry gRPC interceptor.
WithTimeout adds a configurable timeout on the gRPC calls.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Option is the type of all optional parameters for Connect.