diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-01 12:04:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:04:52 -0400 |
commit | 746bb2d678121ccb1f8544bd7a6e5b20ac42ba41 (patch) | |
tree | f021bf31b2627e71f245ee76b0adfd5b17f3fe84 /pkg/domain/entities/volumes.go | |
parent | 3948cb76e266e930e0f1762b7145f72d65baf39f (diff) | |
parent | 686ea56480ad80e432a08933fa5f37d48f2ed827 (diff) | |
download | podman-746bb2d678121ccb1f8544bd7a6e5b20ac42ba41.tar.gz podman-746bb2d678121ccb1f8544bd7a6e5b20ac42ba41.tar.bz2 podman-746bb2d678121ccb1f8544bd7a6e5b20ac42ba41.zip |
Merge pull request #7864 from rhatdan/volume
Volume prune should not pass down the force flag
Diffstat (limited to 'pkg/domain/entities/volumes.go')
-rw-r--r-- | pkg/domain/entities/volumes.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/domain/entities/volumes.go b/pkg/domain/entities/volumes.go index 53d30ffdf..fb8466d04 100644 --- a/pkg/domain/entities/volumes.go +++ b/pkg/domain/entities/volumes.go @@ -113,10 +113,6 @@ type VolumeInspectReport struct { *VolumeConfigResponse } -type VolumePruneOptions struct { - Force bool -} - type VolumePruneReport struct { Err error Id string //nolint |