NAME
API::Docker::Type::Service::Endpoint - The resolved endpoint of a service
VERSION
version 0.004
DESCRIPTION
Generated from the inline Endpoint schema of the Service definition in spec/v1.51.yaml, which the swagger leaves undescribed. The specification a service was asked for, alongside the ports and virtual IPs the swarm actually gave it.
spec
Properties that can be configured to access and load balance a service. See API::Docker::Type::EndpointSpec.
ports
Undocumented upstream. The ports as published. In the swagger's Service example they are the very entry Spec.Ports asked for -- tcp, target 6379, published 30001. See API::Docker::Type::EndpointPortConfig.
virtual_ips
Undocumented upstream. One entry per virtual IP the routing mesh gave the service. The swagger's Service example carries two, 10.255.0.2/16 and 10.255.0.3/16, both on the same network. See API::Docker::Type::Service::Endpoint::VirtualIP. Serialised as VirtualIPs -- spelled out, because deriving it from the Perl name would produce VirtualIps.
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.