mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
fingerprint: add fingerprinting for CNI plugins presense and version (#15452)
This PR adds a fingerprinter to set the attribute "plugins.cni.version.<name>" => "<version>" for each CNI plugin in <client>.cni_path (/opt/cni/bin by default).
This commit is contained in:
@@ -11,7 +11,7 @@ require (
|
||||
github.com/kr/pretty v0.3.1
|
||||
github.com/mitchellh/go-testing-interface v1.14.1
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/shoenig/test v0.4.5
|
||||
github.com/shoenig/test v0.4.6
|
||||
github.com/stretchr/testify v1.8.1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user