a typo in comment of Snapshotter.Update
containerd/snapshot/snapshotter.go Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
This commit is contained in:
parent
c66fd83eae
commit
d8d1209e50
@ -213,7 +213,7 @@ type Snapshotter interface {
|
|||||||
// the kind of snapshot.
|
// the kind of snapshot.
|
||||||
Stat(ctx context.Context, key string) (Info, error)
|
Stat(ctx context.Context, key string) (Info, error)
|
||||||
|
|
||||||
// Update updates the infor for a snapshot.
|
// Update updates the info for a snapshot.
|
||||||
//
|
//
|
||||||
// Only mutable properties of a snapshot may be updated.
|
// Only mutable properties of a snapshot may be updated.
|
||||||
Update(ctx context.Context, info Info, fieldpaths ...string) (Info, error)
|
Update(ctx context.Context, info Info, fieldpaths ...string) (Info, error)
|
||||||
|
Loading…
Reference in New Issue
Block a user