NAME

API::Docker::Type::ClusterVolume::PublishStatus - One entry of ClusterVolume.PublishStatus

VERSION

version 0.004

DESCRIPTION

Generated from the inline items schema of ClusterVolume.PublishStatus in spec/v1.51.yaml, which the swagger leaves undescribed.

node_id

The ID of the Swarm node the volume is published on. Serialised as NodeID -- spelled out, because deriving it from the Perl name would produce NodeId.

state

The published state of the volume.

  • pending-publish The volume should be published to this node, but the call to the controller plugin to do so has not yet been successfully completed.

  • published The volume is published successfully to the node.

  • pending-node-unpublish The volume should be unpublished from the node, and the manager is awaiting confirmation from the worker that it has done so.

  • pending-controller-unpublish The volume is successfully unpublished from the node, but has not yet been successfully unpublished on the controller.

publish_context

A map of strings to strings returned by the CSI controller plugin when a volume is published. The keys are the caller's data and are never translated.

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.