mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
Secret create - add ignore option to allow noop
Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ type SecretCreateOptions struct {
|
||||
DriverOpts map[string]string
|
||||
Labels map[string]string
|
||||
Replace bool
|
||||
Ignore bool
|
||||
}
|
||||
|
||||
type SecretInspectOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user