github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/integration/kubernetes/runtimeclass_workloads/pv-volume.yaml (about) 1 # 2 # Copyright (c) 2018 Intel Corporation 3 # 4 # SPDX-License-Identifier: Apache-2.0 5 # 6 kind: PersistentVolume 7 apiVersion: v1 8 metadata: 9 name: pv-volume 10 labels: 11 type: local 12 spec: 13 storageClassName: manual 14 capacity: 15 storage: 10Gi 16 accessModes: 17 - ReadWriteOnce 18 hostPath: 19 path: "tmp_data"