Documentation ¶ Index ¶ type Driver func NewDriver(o *DriverOpts) (*Driver, error) func (d *Driver) Run() type DriverOpts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { // contains filtered or unexported fields } func NewDriver ¶ func NewDriver(o *DriverOpts) (*Driver, error) func (*Driver) Run ¶ func (d *Driver) Run() type DriverOpts ¶ added in v1.18.0 type DriverOpts struct { DriverName string NodeID string NodeAZ string WithTopology bool ShareProto string ServerCSIEndpoint string FwdCSIEndpoint string ManilaClientBuilder manilaclient.Builder CSIClientBuilder csiclient.Builder CompatOpts *options.CompatibilityOptions } Source Files ¶ View all Source files adapters.go controllerserver.go csiclient.go driver.go identityserver.go nodeserver.go share.go snapshot.go util.go volumesource.go Directories ¶ Show internal Expand all Path Synopsis capabilities compatibility csiclient manilaclient options runtimeconfig shareadapters util validator Click to show internal directories. Click to hide internal directories.