Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.25 KB

File metadata and controls

19 lines (12 loc) · 1.25 KB

ClusterVolumePublishStatusInner

Properties

Name Type Description Notes
nodeID kotlin.String The ID of the Swarm node the volume is published on. [optional]
state inline 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. [optional]
publishContext kotlin.collections.MutableMap<kotlin.String, kotlin.String> A map of strings to strings returned by the CSI controller plugin when a volume is published. [optional]

Enum: State

Name Value
state pending-publish, published, pending-node-unpublish, pending-controller-unpublish