Add certwatcher to webhook server

Signed-off-by: Grant Griffiths <grant@portworx.com>
This commit is contained in:
Grant Griffiths
2020-11-16 23:06:50 -08:00
parent 1e5a7ef7a7
commit b457b08ffc
24 changed files with 2775 additions and 12 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.15
require (
github.com/container-storage-interface/spec v1.2.0
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.4.2
github.com/google/gofuzz v1.1.0