package
2.0.0-alpha.1
Repository: https://github.com/kubernetes-csi/csi-proxy.git
Documentation: pkg.go.dev

# Functions

New - Construct a new Volume API Implementation.

# Variables

VolumeRegexp matches a Windows Volume example: Volume{452e318a-5cde-421e-9831-b9853c521012} The field UniqueId has an additional prefix which is NOT included in the regex however the regex can match UniqueId too PS C:\disks> (Get-Disk -Number 1 | Get-Partition | Get-Volume).UniqueId \\?\Volume{452e318a-5cde-421e-9831-b9853c521012}\.

# Interfaces

HostAPI exposes the internal volume operations available in the server.