NAME
API::Docker::Type::Config - One entry of the 200 response to GET /configs
VERSION
version 0.004
DESCRIPTION
Generated from the Config definition of spec/v1.51.yaml, which the swagger leaves undescribed. paths: says what it is: one entry of the 200 response to GET /configs and the body of the 200 response to GET /configs/{id}. The same four fields and the same Version a secret carries, and the swagger gives an example for none of them; API::Docker::Type::Secret is where the shapes are written down.
id
Undocumented upstream. The config's ID, as "id" in API::Docker::Type::Secret is a secret's. Serialised as ID -- spelled out, because deriving it from the Perl name would produce Id.
version
The version number of the object such as node, service, etc. See API::Docker::Type::ObjectVersion.
created_at
Undocumented upstream. RFC 3339, as "created_at" in API::Docker::Type::Secret is.
updated_at
Undocumented upstream. The same format as "created_at".
spec
Undocumented upstream. The config's name, labels, templating and -- unlike a secret's -- its actual data, which the daemon does hand back. "decoded_data" in API::Docker::Role::Entity::Config is the accessor that base64-decodes it. See API::Docker::Type::ConfigSpec.
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.