NAME
API::Docker::Type::NodeDescription - NodeDescription encapsulates the properties of the Node as reported by the agent
VERSION
version 0.004
DESCRIPTION
Generated from the NodeDescription definition of spec/v1.51.yaml.
hostname
Undocumented upstream. The node's hostname, bf3067039e47 in the swagger's example. As the definition above says, it is what the agent reports, not what a manager was told.
platform
Platform represents the platform (Arch/OS). See API::Docker::Type::Platform.
resources
An object describing the resources which can be advertised by a node and requested by a task. See API::Docker::Type::ResourceObject.
engine
EngineDescription provides information about an engine. See API::Docker::Type::EngineDescription.
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.
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.