Initial commit

This commit is contained in:
Jakub Vavřík
2021-06-28 14:42:47 +02:00
commit b12356ce24
27 changed files with 1653 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/ysoftdevs/imagepullsecret-injector
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
)
go 1.15