e2e tests for functions

This commit is contained in:
Phillip Wittrock
2020-05-05 11:40:04 -07:00
parent 95f0a44fc0
commit c9f50745ff
13 changed files with 1079 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 2019 The Kubernetes Authors.
# SPDX-License-Identifier: Apache-2.0
.PHONY: generate license fix vet fmt test build tidy
GOBIN := $(shell go env GOPATH)/bin
test:
go test
image:
docker build . -t gcr.io/kustomize-functions/e2econtainerconfig
docker push gcr.io/kustomize-functions/e2econtainerconfig