diff options
author | Tino Rusch <tino.rusch@gmail.com> | 2021-06-25 08:33:15 +0200 |
---|---|---|
committer | Tino Rusch <tino.rusch@gmail.com> | 2021-06-25 08:33:15 +0200 |
commit | e7507fe7cf2f35e332f58ae632882f29395e4c59 (patch) | |
tree | f071ec9af376e59bdef22cab56b096ed9b70ac36 /pkg/domain/entities | |
parent | b56b4b53744c59cad942278ff34a0b0616a7aa60 (diff) | |
download | podman-e7507fe7cf2f35e332f58ae632882f29395e4c59.tar.gz podman-e7507fe7cf2f35e332f58ae632882f29395e4c59.tar.bz2 podman-e7507fe7cf2f35e332f58ae632882f29395e4c59.zip |
make DriverOpts name consistent.
Signed-off-by: Tino Rusch <tino.rusch@gmail.com>
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r-- | pkg/domain/entities/secrets.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/domain/entities/secrets.go b/pkg/domain/entities/secrets.go index e69b0a07c..56a1465b7 100644 --- a/pkg/domain/entities/secrets.go +++ b/pkg/domain/entities/secrets.go @@ -11,8 +11,8 @@ type SecretCreateReport struct { } type SecretCreateOptions struct { - Driver string - Opts map[string]string + Driver string + DriverOpts map[string]string } type SecretListRequest struct { |