Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of this CSI SP. Name = "lustre-csi.hpe.com" // VendorVersion is the version of this CSP SP. VendorVersion = "v0.0.1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { csi.ControllerServer csi.IdentityServer csi.NodeServer }
Service is a CSI SP and idempotency.Provider.
Click to show internal directories.
Click to hide internal directories.