Merge pull request #29892 from Microsoft/jjh/volcomment
Correct comment in vol driver interface Upstream-commit: 10eee3dfa7808f8b252fa6a998fc033bd5fd0c83 Component: engine
This commit is contained in:
@@ -29,7 +29,7 @@ const (
|
||||
type Driver interface {
|
||||
// Name returns the name of the volume driver.
|
||||
Name() string
|
||||
// Create makes a new volume with the given id.
|
||||
// Create makes a new volume with the given name.
|
||||
Create(name string, opts map[string]string) (Volume, error)
|
||||
// Remove deletes the volume.
|
||||
Remove(vol Volume) (err error)
|
||||
|
||||
Reference in New Issue
Block a user