Secret create - add ignore option to allow noop

Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
This commit is contained in:
Ygal Blum
2025-06-18 16:28:48 -04:00
parent 1f1618fcb0
commit bfc327a08e
16 changed files with 138 additions and 36 deletions

View File

@@ -12,6 +12,7 @@ type SecretCreateOptions struct {
DriverOpts map[string]string
Labels map[string]string
Replace bool
Ignore bool
}
type SecretInspectOptions struct {