NAME
API::Docker::Type::ClusterVolume - Options and information specific to, and only present on, Swarm CSI cluster volumes
VERSION
version 0.004
DESCRIPTION
Generated from the ClusterVolume definition of spec/v1.51.yaml.
id
The Swarm ID of this volume. Because cluster volumes are Swarm objects, they have an ID, unlike non-cluster volumes. This ID can be used to refer to the Volume instead of the name. Serialised as ID -- spelled out, because deriving it from the Perl name would produce Id.
version
The version number of the object such as node, service, etc. See API::Docker::Type::ObjectVersion.
created_at
Undocumented upstream. A dateTime, with no example given. Cluster volumes are Swarm objects, which is what "id" says makes them carry an ID where a plain volume does not, and it is why they carry these two timestamps as well.
updated_at
Undocumented upstream. The same, for the last change.
spec
Cluster-specific options used to create the volume. See API::Docker::Type::ClusterVolumeSpec.
info
Information about the global status of the volume. See API::Docker::Type::ClusterVolume::Info.
publish_status
The status of the volume as it pertains to its publishing and use on specific nodes. See API::Docker::Type::ClusterVolume::PublishStatus.
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.