NAME

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

VERSION

version 0.004

DESCRIPTION

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

named_resource_spec

Undocumented upstream. The pair when the resource is named, which the enclosing GenericResources calls a String resource: GPU=UUID1 in its example. See API::Docker::Type::GenericResource::NamedResourceSpec.

discrete_resource_spec

Undocumented upstream. The Kind/Value pair when the resource counts, which the enclosing GenericResources calls an Integer resource: SSD=3 in its example. See API::Docker::Type::GenericResource::DiscreteResourceSpec.

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.