NAME

API::Docker::Type::ClusterInfo - Information about the swarm as is returned by the "/info" endpoint

VERSION

version 0.004

DESCRIPTION

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

Join-tokens are not included.

id

The ID of the swarm. 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

Date and time at which the swarm was initialised in RFC 3339 format with nano-seconds.

updated_at

Date and time at which the swarm was last updated in RFC 3339 format with nano-seconds.

spec

User modifiable swarm configuration. See API::Docker::Type::SwarmSpec.

tls_info

Information about the issuer of leaf TLS certificates and the trusted root CA certificate. See API::Docker::Type::TLSInfo. Serialised as TLSInfo -- spelled out, because deriving it from the Perl name would produce TlsInfo.

root_rotation_in_progress

Whether there is currently a root CA rotation in progress for the swarm.

data_path_port

DataPathPort specifies the data path port number for data traffic. Acceptable port range is 1024 to 49151. If no port is set or is set to 0, the default port (4789) is used.

default_addr_pool

Default Address Pool specifies default subnet pools for global scope networks.

subnet_size

SubnetSize specifies the subnet size of the networks created from the default subnet pool.

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.