Files
external-snapshotter/v2
xiangqian 7bd717198b add basic metrics utility functions
relax latency check to be greater than instead of within threshold
2020-05-21 13:45:44 -07:00
..
2020-05-21 13:45:44 -07:00

This directory mirrors the source code via symlinks. This makes it possible to vendor v2.x releases of external-snapshotter with dep versions that do not support semantic imports. Support for that is currently pending in dep.

If users of dep have enabled pruning, they must disable if for external-snapshotter in their Gopk.toml, like this:

[prune]
  go-tests = true
  unused-packages = true

  [[prune.project]]
    name = "github.com/kubernetes-csi/external-snapshotter"
    unused-packages = false