Versions in this module Expand all Collapse all v0 v0.5.5 Jun 20, 2019 Changes in this version + const KManilaShareACLID + const KManilaShareID + const KManilaSnapID + type AuthOptions struct + DomainID string + DomainName string + EnableEncrypted bool + IdentityEndpoint string + Password string + PwdEncrypter string + TenantID string + TenantName string + Username string + type Config struct + Pool map[string]driverConfig.PoolProperties + type Driver struct + func (d *Driver) CreateFileShare(opt *pb.CreateFileShareOpts) (*model.FileShareSpec, error) + func (d *Driver) CreateFileShareAcl(opt *pb.CreateFileShareAclOpts) (fshare *model.FileShareAclSpec, err error) + func (d *Driver) CreateFileShareSnapshot(opt *pb.CreateFileShareSnapshotOpts) (*model.FileShareSnapshotSpec, error) + func (d *Driver) DeleteFileShare(opt *pb.DeleteFileShareOpts) error + func (d *Driver) DeleteFileShareAcl(opt *pb.DeleteFileShareAclOpts) error + func (d *Driver) DeleteFileShareSnapshot(opt *pb.DeleteFileShareSnapshotOpts) error + func (d *Driver) GetProtoFromProfile(prf string) (string, error) + func (d *Driver) ListPools() ([]*model.StoragePoolSpec, error) + func (d *Driver) PullFileShare(ID string) (*model.FileShareSpec, error) + func (d *Driver) PullFileShareSnapshot(ID string) (*model.FileShareSnapshotSpec, error) + func (d *Driver) Setup() error + func (d *Driver) Unset() error