Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of the CSI plug-in. Name = "csi-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 ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { csi.ControllerServer csi.IdentityServer csi.NodeServer gocsi.IdempotencyProvider }
Service is the CSI Mock service provider.
Click to show internal directories.
Click to hide internal directories.