Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name is the name of this CSI SP. Name = "com.thecodeteam.csi-nfs" // SupportedVersions is a list of the CSI versions this SP supports. SupportedVersions = "0.1.0" )
Variables ¶
View Source
var Manifest = map[string]string{ "url": "https://github.com/enquier/csi-nfs", "semver": core.SemVer, "commit": core.CommitSha32, "formed": core.CommitTime.Format(time.RFC1123), }
Manifest is the SP's manifest.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { csi.ControllerServer csi.IdentityServer csi.NodeServer BeforeServe(context.Context, *gocsi.StoragePlugin, net.Listener) error }
Service is a CSI SP
Click to show internal directories.
Click to hide internal directories.