NAME
API::Docker::Type::Service::UpdateStatus - The status of a service update
VERSION
version 0.004
DESCRIPTION
Generated from the inline UpdateStatus schema of the Service definition in spec/v1.51.yaml.
state
Undocumented upstream. How far the rolling update has got. "started_at" and "completed_at" bracket it in time and "message" says in words what it is doing. The swagger enumerates updating, paused and completed.
started_at
Undocumented upstream. RFC 3339, with no example given.
completed_at
Undocumented upstream. The other end of "started_at", in the same format.
message
Undocumented upstream. Free text about the update, the human-readable half of "state".
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.