{
    "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-08-27T17:28:31Z",
                "finalizers": [
                    "kubernetes.io/pv-protection"
                ],
                "name": "pvc-b5bdac9c-3d7a-4b76-9c15-1c2d943d152b",
                "resourceVersion": "1235",
                "uid": "78d548f2-bc8a-4dfb-b51f-5c6e466f77b0"
            },
            "spec": {
                "accessModes": [
                    "ReadWriteOnce"
                ],
                "capacity": {
                    "storage": "1Gi"
                },
                "claimRef": {
                    "apiVersion": "v1",
                    "kind": "PersistentVolumeClaim",
                    "name": "pvc-ba5691eddc",
                    "namespace": "default",
                    "resourceVersion": "1190",
                    "uid": "b5bdac9c-3d7a-4b76-9c15-1c2d943d152b"
                },
                "hostPath": {
                    "path": "/var/local-path-provisioner/pvc-b5bdac9c-3d7a-4b76-9c15-1c2d943d152b_default_pvc-ba5691eddc",
                    "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-08-27T17:28:31Z",
                "phase": "Bound"
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
