NAME
API::Docker::Secret - Removed in 0.004 -- replaced by API::Docker::Type::Secret
VERSION
version 0.004
DESCRIPTION
This class is gone. It has been replaced by the generated type model, and this file is a stub: loading it croaks, and so does every method call on it.
This class was never released. It existed between 0.003 and 0.004 in development only, so the copy this stub overwrites is one a local install put on disk -- which is the only reason the file is in the distribution at all.
What to reach for instead:
API::Docker::Type::Secret -- what
secrets->listandsecrets->inspectreturnAPI::Docker::Role::Entity::Secret -- inspect, update, remove and version_index, unchanged, composed into the above at load time
Where this class mirrored the daemon's CamelCase verbatim, the generated classes carry the swagger's own names in snake_case. API::Docker::API::Secrets documents the shape each method returns.
SEE ALSO
API::Docker::API::Secrets - the resource class these objects come from
API::Docker::Role::Entity - why the methods live in a role
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.