⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module node

Module node 

Source
Expand description

CSI Node Service

Provides node-local volume operations including staging (making a volume available on the node) and publishing (bind-mounting into container paths).

Structs§

NodeService
CSI NodeService implementation.
PublishedVolume
A volume published (bind-mounted) into a container.
StagedVolume
A volume staged on this node.

Enums§

NodeError
Node service error.