{{title "CSI Volume " model.name}}

{{model.name}}

Volume Details Health {{if model.schedulable "Schedulable" "Unschedulable"}} Provider {{model.provider}} External ID {{model.externalId}} {{#if system.shouldShowNamespaces}} Namespace {{model.namespace.name}} {{/if}}
Write Allocations
{{#if model.writeAllocations.length}} {{#list-table source=sortedWriteAllocations class="with-foot" as |t|}} {{#t.head}} ID Modified Created Status Client Job Version CPU Memory {{/t.head}} {{#t.body as |row|}} {{allocation-row data-test-write-allocation=row.model.id allocation=row.model context="volume" onClick=(action "gotoAllocation" row.model)}} {{/t.body}} {{/list-table}} {{else}}

No Write Allocations

No allocations are depending on this volume for read/write access.

{{/if}}
Read Allocations
{{#if model.readAllocations.length}} {{#list-table source=sortedReadAllocations class="with-foot" as |t|}} {{#t.head}} ID Modified Created Status Client Job Version CPU Memory {{/t.head}} {{#t.body as |row|}} {{allocation-row data-test-read-allocation=row.model.id allocation=row.model context="volume" onClick=(action "gotoAllocation" row.model)}} {{/t.body}} {{/list-table}} {{else}}

No Read Allocations

No allocations are depending on this volume for read-only access.

{{/if}}
Constraints
Setting Value
Access Mode {{model.accessMode}}
Attachment Mode {{model.attachmentMode}}