NAME

API::Docker::Type::TaskStatus - represents the status of a task

VERSION

version 0.004

DESCRIPTION

Generated from the TaskStatus definition of spec/v1.51.yaml.

timestamp

Undocumented upstream. When "state" was observed: 2016-06-07T21:07:31.290032978Z in the swagger's Task example, between that task's "created_at" in API::Docker::Type::Task and its "updated_at" in API::Docker::Type::Task.

state

Undocumented upstream. Where the task actually is, against the "desired_state" in API::Docker::Type::Task the orchestrator wants. Both are running in the swagger's example. The swagger enumerates new, allocated, pending, assigned, accepted, preparing, ready, starting, running, complete, shutdown, failed, rejected, remove and orphaned.

message

Undocumented upstream. Free text about that state, "started" in the swagger's Task example.

err

Undocumented upstream. The failure, as text. The swagger's Task example shows a task that started and carries no Err at all, only "message".

container_status

Represents the status of a container. See API::Docker::Type::ContainerStatus.

port_status

Represents the port status of a task's host ports whose service has published host ports. See API::Docker::Type::PortStatus.

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.