NAME

API::Docker::Type::Resources::BlkioWeightDevice - A per-device block IO weight

VERSION

version 0.004

DESCRIPTION

Generated from the inline items schema of Resources.BlkioWeightDevice in spec/v1.51.yaml, which the swagger leaves undescribed. Neither the schema nor its two fields carry a description upstream; the form the swagger shows for the enclosing field is [{"Path": "device_path", "Weight": weight}].

path

Undocumented upstream. The device path, per the swagger's example form.

weight

Undocumented upstream. The relative weight for that device; the swagger constrains it to 0 or above and nothing else.

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.