Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of this CSI SP. Name = "csi.vsphere.vmware.com" // UnixSocketPrefix is the prefix before the path on disk UnixSocketPrefix = "unix://" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { csi.IdentityServer csi.NodeServer GetController() csi.ControllerServer BeforeServe(context.Context, *gocsi.StoragePlugin, net.Listener) error }
Service is a CSI SP and idempotency.Provider.
Click to show internal directories.
Click to hide internal directories.