mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
secret: add support for --ignore with rm
Signed-off-by: danishprakash <danish.prakash@suse.com>
This commit is contained in:
@@ -34,7 +34,8 @@ type SecretListReport struct {
|
||||
}
|
||||
|
||||
type SecretRmOptions struct {
|
||||
All bool
|
||||
All bool
|
||||
Ignore bool
|
||||
}
|
||||
|
||||
type SecretRmReport struct {
|
||||
|
||||
Reference in New Issue
Block a user