NAME
API::Docker::Type::EventMessage - The information an event contains
VERSION
version 0.004
DESCRIPTION
Generated from the EventMessage definition of spec/v1.51.yaml.
type
The type of object emitting the event. The swagger enumerates builder, config, container, daemon, image, network, node, plugin, secret, service and volume.
action
The type of event.
actor
Actor describes something that generates events, like a container, network, or a volume. See API::Docker::Type::EventActor.
scope
Scope of the event. Engine events are local scope. Cluster (Swarm) events are swarm scope. Serialised as scope -- spelled out, because deriving it from the Perl name would produce Scope.
time
Timestamp of event. Serialised as time -- spelled out, because deriving it from the Perl name would produce Time.
time_nano
Timestamp of event, with nanosecond accuracy. Serialised as timeNano -- spelled out, because deriving it from the Perl name would produce TimeNano.
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.