github.com/abayer/test-infra@v0.0.5/mungegithub/submit-queue/pv-local.yaml (about)

     1  kind: PersistentVolume
     2  apiVersion: v1
     3  metadata:
     4    name: submit-queue-cache
     5    labels:
     6      type: local
     7  spec:
     8    capacity:
     9      storage: 10Gi
    10    accessModes:
    11      - ReadWriteOnce
    12    hostPath:
    13      path: "/tmp"