Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaxRetries = 10 RetrySleepTime = 1000 * time.Millisecond AccessZoneParam = "AccessZone" ExportPathParam = "Path" IsiPathParam = "IsiPath" AzServiceIPParam = "AzServiceIP" )
constants
Variables ¶
View Source
var Manifest = map[string]string{ "url": "http://github.com/dell/csi-isilon", "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 Opts ¶
type Opts struct { Endpoint string Port string EndpointURL string User string Password string AccessZone string Path string Insecure bool AutoProbe bool QuotaEnabled bool DebugEnabled bool Verbose bool NfsV3 bool }
Opts defines service configuration options.
type Service ¶
type Service interface { csi.ControllerServer csi.IdentityServer csi.NodeServer BeforeServe(context.Context, *gocsi.StoragePlugin, net.Listener) error }
Service is the CSI service provider.
Click to show internal directories.
Click to hide internal directories.