secret: add support for --ignore with rm

Signed-off-by: danishprakash <danish.prakash@suse.com>
This commit is contained in:
danishprakash
2023-06-23 17:34:49 +05:30
parent 608f484e9b
commit bfd2a8cad3
6 changed files with 30 additions and 9 deletions

View File

@@ -34,7 +34,8 @@ type SecretListReport struct {
}
type SecretRmOptions struct {
All bool
All bool
Ignore bool
}
type SecretRmReport struct {