1apiVersion: storage.k8s.io/v1 2kind: CSIDriver 3metadata: 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.
View as plain text