⎈ k8s knowledge compiler

PersistentVolumeClaim [api_object]ai-synthesized · conf 0.82

PersistentVolumeClaim is a user's request for and claim to a persistent volume

corestorage

A PersistentVolumeClaim is an object that requests storage resources from a cluster.

Why it matters It allows users to request storage without knowing the details of the underlying infrastructure.

Key facts - Defined in io.k8s.api.core.v1.PersistentVolumeClaim - Requests storage resources from a cluster

Sources

swagger.jsonio.k8s.api.core.v1.PersistentVolumeClaim

Related (5)

related_to PersistentVolumeClaimSpecreferences type conf=1
related_to PersistentVolumeClaimStatusreferences type conf=1
related_to ObjectMetareferences type conf=1
related_to StatefulSetSpecreferences type conf=1
related_to PersistentVolumeClaimListreferences type conf=1

← all API Explorer