Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of the CSI plug-in. Name = "com.rexray.mock" // VendorVersion is the version returned by GetPluginInfo. VendorVersion = "0.1.0" // SupportedVersions is a list of supported CSI versions. SupportedVersions = "0.1.0, 0.2.0, 1.0.0, 1.1.0" )
Variables ¶
View Source
var Manifest = map[string]string{
"url": "https://github.com/rexray/gocsi/tree/master/mock",
}
Manifest is the SP's manifest.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { csi.ControllerServer csi.IdentityServer csi.NodeServer }
Service is the CSI Mock service provider.
Click to show internal directories.
Click to hide internal directories.