Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
szombi committed Feb 17, 2020
2 parents 860812a + 5c4155d commit 879863e
Show file tree
Hide file tree
Showing 119 changed files with 906 additions and 859 deletions.
11 changes: 8 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifndef VERBOSE
endif

# set default shell
SHELL=/bin/bash -o pipefail
SHELL=/bin/bash -o pipefail -o errexit

# Use the 0.0 tag for testing, it shouldn't clobber any release builds
TAG ?= 0.29.0
Expand Down Expand Up @@ -154,7 +154,7 @@ endif

.PHONY: clean
clean: ## Remove .gocache directory.
rm -rf bin/ .gocache/
rm -rf bin/ .gocache/ .cache/

.PHONY: static-check
static-check: ## Run verification script for boilerplate, codegen, gofmt, golint and lualint.
Expand Down Expand Up @@ -195,7 +195,7 @@ e2e-test: check-go-version ## Run e2e tests (expects access to a working Kuberne
@build/run-e2e-suite.sh

.PHONY: e2e-test-image
e2e-test-image: e2e-test-binary ## Build image for e2e tests.
e2e-test-image: ## Build image for e2e tests.
@make -C test/e2e-image

.PHONY: e2e-test-binary
Expand All @@ -207,6 +207,11 @@ else
@ginkgo build ./test/e2e
endif

.PHONY: print-e2e-suite
print-e2e-suite: e2e-test-binary ## Prints information about the suite of e2e tests.
@build/run-in-docker.sh \
hack/print-e2e-suite.sh

.PHONY: cover
cover: check-go-version ## Run go coverage unit tests.
@build/cover.sh
Expand Down
2 changes: 1 addition & 1 deletion build/dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -o pipefail

DIR=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)

export TAG=dev
export TAG=0.0.0-dev
export ARCH=amd64
export REGISTRY=${REGISTRY:-ingress-controller}

Expand Down
11 changes: 0 additions & 11 deletions deploy/aws/l4/kustomization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions deploy/aws/l7/kustomization.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/aws/nlb/kustomization.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions deploy/baremetal/kustomization.yaml

This file was deleted.

91 changes: 0 additions & 91 deletions deploy/cloud-generic/deployment.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions deploy/cloud-generic/kustomization.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/cloud-generic/role-binding.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions deploy/cloud-generic/role.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions deploy/cloud-generic/service-account.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions deploy/cloud-generic/service.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/cluster-wide/cluster-role-binding.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions deploy/cluster-wide/cluster-role.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions deploy/cluster-wide/kustomization.yaml

This file was deleted.

Loading

0 comments on commit 879863e

Please sign in to comment.