{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "v1",
            "kind": "PersistentVolume",
            "metadata": {
                "annotations": {
                    "local.path.provisioner/selected-node": "kind-mapt-control-plane",
                    "pv.kubernetes.io/provisioned-by": "rancher.io/local-path"
                },
                "creationTimestamp": "2026-07-06T19:03:54Z",
                "finalizers": [
                    "kubernetes.io/pv-protection"
                ],
                "name": "pvc-6d9bed93-07ca-47c8-8b86-2960b55c4329",
                "resourceVersion": "1296",
                "uid": "7a0465b1-074a-43c0-9d6c-b55f3a0d66c2"
            },
            "spec": {
                "accessModes": [
                    "ReadWriteOnce"
                ],
                "capacity": {
                    "storage": "1Gi"
                },
                "claimRef": {
                    "apiVersion": "v1",
                    "kind": "PersistentVolumeClaim",
                    "name": "pvc-2270ab944b",
                    "namespace": "default",
                    "resourceVersion": "1262",
                    "uid": "6d9bed93-07ca-47c8-8b86-2960b55c4329"
                },
                "hostPath": {
                    "path": "/var/local-path-provisioner/pvc-6d9bed93-07ca-47c8-8b86-2960b55c4329_default_pvc-2270ab944b",
                    "type": "DirectoryOrCreate"
                },
                "nodeAffinity": {
                    "required": {
                        "nodeSelectorTerms": [
                            {
                                "matchExpressions": [
                                    {
                                        "key": "kubernetes.io/hostname",
                                        "operator": "In",
                                        "values": [
                                            "kind-mapt-control-plane"
                                        ]
                                    }
                                ]
                            }
                        ]
                    }
                },
                "persistentVolumeReclaimPolicy": "Delete",
                "storageClassName": "standard",
                "volumeMode": "Filesystem"
            },
            "status": {
                "lastPhaseTransitionTime": "2026-07-06T19:03:54Z",
                "phase": "Bound"
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
