Support multi-resource files, include kind/version in logging

This commit is contained in:
Yann Hamon 2020-05-31 16:47:30 +02:00
parent a1c2e9dc68
commit 05da409a0a
5 changed files with 70 additions and 49 deletions

View file

@ -3,5 +3,8 @@
build:
go build -o bin/kubeconform
test:
go test ./...
build-static:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o bin/kubeconform