NAME

API::Docker::Type::ClusterVolumeSpec::AccessMode::Secret - One cluster volume secret entry

VERSION

version 0.004

DESCRIPTION

Generated from the inline items schema of ClusterVolumeSpec.AccessMode.Secrets in spec/v1.51.yaml.

Defines a key-value pair that is passed to the plugin.

key

Key is the name of the key of the key-value pair passed to the plugin.

secret

Secret is the swarm Secret object from which to read data. This can be a Secret name or ID. The Secret data is retrieved by swarm and used as the value of the key-value pair passed to the plugin.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.