diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-11 12:53:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 12:53:59 +0000 |
commit | 0df8c6e1572c30fed45d96a4761060d3d440d69d (patch) | |
tree | 77539110d85fa8f4400eaa4609ddd7bbc4da6bf3 /pkg/domain/entities/network.go | |
parent | 3691c9b1ba8e63f56b5cc36cdb1670fcfbdba0a1 (diff) | |
parent | d1754bdd4f299c8d92671493add4a69ef7850e1d (diff) | |
download | podman-0df8c6e1572c30fed45d96a4761060d3d440d69d.tar.gz podman-0df8c6e1572c30fed45d96a4761060d3d440d69d.tar.bz2 podman-0df8c6e1572c30fed45d96a4761060d3d440d69d.zip |
Merge pull request #14826 from sstosh/net-prune
Refactored networkPrune function
Diffstat (limited to 'pkg/domain/entities/network.go')
-rw-r--r-- | pkg/domain/entities/network.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/domain/entities/network.go b/pkg/domain/entities/network.go index d375c2e20..9e59953c6 100644 --- a/pkg/domain/entities/network.go +++ b/pkg/domain/entities/network.go @@ -81,8 +81,7 @@ type NetworkPruneReport struct { Error error } -// NetworkPruneOptions describes options for pruning -// unused cni networks +// NetworkPruneOptions describes options for pruning unused networks type NetworkPruneOptions struct { Filters map[string][]string } |