csi-mock-driverinfo.yaml 235 B

12345678
  1. apiVersion: storage.k8s.io/v1beta1
  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.