NAME
API::Docker::Type::ClusterVolume::Info - Information about the global status of the volume
VERSION
version 0.004
DESCRIPTION
Generated from the inline Info schema of the ClusterVolume definition in spec/v1.51.yaml.
capacity_bytes
The capacity of the volume in bytes. A value of 0 indicates that the capacity is unknown.
volume_context
A map of strings to strings returned from the storage plugin when the volume is created. The keys are the caller's data and are never translated.
volume_id
The ID of the volume as returned by the CSI storage plugin. This is distinct from the volume's ID as provided by Docker. This ID is never used by the user when communicating with Docker to refer to this volume. If the ID is blank, then the Volume has not been successfully created in the plugin yet. Serialised as VolumeID -- spelled out, because deriving it from the Perl name would produce VolumeId.
accessible_topology
The topology this volume is actually accessible from. See API::Docker::Type::Topology.
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.