Loading...

{{pvc.metadata.name}} waiting for {{pvc.spec.resources.requests['storage'] | usageWithUnits: 'storage'}} allocation, waiting for allocation, created

Status:
{{pvc.status.phase}} to volume {{pvc.spec.volumeName}}
Capacity:
allocated {{pvc.status.capacity['storage'] | usageWithUnits: 'storage'}} allocated unknown size
Requested Capacity:
{{pvc.spec.resources.requests['storage'] | usageWithUnits: 'storage'}} none
Access Modes:
{{pvc.spec.accessModes | accessModes:'long' | join}}