NAME

API::Docker::Type::ResourceObject - An object describing the resources which can be advertised by a node and requested by a task

VERSION

version 0.004

DESCRIPTION

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

nano_cpus

Undocumented upstream. The same units and the same example as "nano_cpus" in API::Docker::Type::Limit: 4000000000 is four whole CPUs. Serialised as NanoCPUs -- spelled out, because deriving it from the Perl name would produce NanoCpus.

memory_bytes

Undocumented upstream. Bytes, and the same example as "memory_bytes" in API::Docker::Type::Limit.

generic_resources

User-defined resources can be either Integer resources (e.g, SSD=3) or String resources (e.g, GPU=UUID1). See API::Docker::Type::GenericResource.

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.