Infrastructure / Persistent volumes
Persistent volumes
Storage with stable identity, explicit consumers, recovery status, capability-aware operations, and safe retirement.
{{ pollingState() }}{{ lastUpdatedAt()?.toLocaleTimeString()||'connecting' }}
{{ notice() }}
{{ error()||pollingError() }}
{{ item.status }}{{ item.provider }} · {{ item.type }}
{{ item.name }}
Capacity / usage{{ bytes(item.usedBytes) }} / {{ bytes(item.capacityBytes) }}{{ item.usagePercent==null?'usage unavailable':item.usagePercent+'%' }}
Consumers{{ item.attachments.filter(m=>m.observedState==='attached').length }}{{ item.attachments.map(m=>m.targetPath).join(', ')||'detached' }}
Recovery{{ item.backupState }}{{ item.snapshots.length }} snapshots · {{ item.lastBackupAt||'never backed up' }}
{{ operationFor(item)?.operation?.kind }} · {{ operationFor(item)?.operation?.state }}
No persistent volumesCreate one or discover provider resources without deleting anything automatically.