diff options
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/cow')
-rw-r--r-- | vendor/github.com/Microsoft/hcsshim/internal/cow/cow.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/cow/cow.go b/vendor/github.com/Microsoft/hcsshim/internal/cow/cow.go index 8193315f0..b8e2d4f30 100644 --- a/vendor/github.com/Microsoft/hcsshim/internal/cow/cow.go +++ b/vendor/github.com/Microsoft/hcsshim/internal/cow/cow.go @@ -80,4 +80,6 @@ type Container interface { // container to be terminated by some error condition (including calling // Close). Wait() error + // Modify sends a request to modify container resources + Modify(ctx context.Context, config interface{}) error } |