k8s.io/kubernetes@v1.29.3/test/e2e/testing-manifests/storage-csi/mock/csi-mock-driverinfo.yaml (about)

     1  apiVersion: storage.k8s.io/v1
     2  kind: CSIDriver
     3  metadata:
     4    name: mock.storage.k8s.io
     5  # Intentionally no spec. All values in the
     6  # spec will be inserted dynamically by PatchCSIDeployment()
     7  # in test/e2e/storage/utils/deployment.go.