diff options
Diffstat (limited to 'pkg/adapter/reset.go')
-rw-r--r-- | pkg/adapter/reset.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pkg/adapter/reset.go b/pkg/adapter/reset.go deleted file mode 100644 index 0decc3d15..000000000 --- a/pkg/adapter/reset.go +++ /dev/null @@ -1,13 +0,0 @@ -// +build !remoteclient - -package adapter - -import ( - "context" -) - -// Reset the container storage back to initial states. -// Removes all Pods, Containers, Images and Volumes. -func (r *LocalRuntime) Reset() error { - return r.Runtime.Reset(context.TODO()) -} |