Versions in this module Expand all Collapse all v1 v1.2.0 Jun 19, 2019 v1.1.0 Apr 17, 2019 Changes in this version + type Snapshotter interface + CreateSnapshot func(ctx context.Context, snapshotName string, volume *v1.PersistentVolume, ...) (driverName string, snapshotId string, timestamp int64, size int64, ...) + DeleteSnapshot func(ctx context.Context, snapshotID string, ...) (err error) + GetSnapshotStatus func(ctx context.Context, snapshotID string) (bool, int64, int64, error) + func NewSnapshotter(conn *grpc.ClientConn) Snapshotter