Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkhahn committed Aug 5, 2019
1 parent b7d2813 commit 0a0dec6
Show file tree
Hide file tree
Showing 364 changed files with 17,488 additions and 5,880 deletions.
93 changes: 60 additions & 33 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ required = [

[[override]]
name = "github.com/google/gofuzz"
revision = "44d81051d367757e1c7c6a5a86423ece9afcf63c"
revision = "f140a6486e521aad38f5917de355cbf147cc0496"

[[override]]
name = "github.com/google/uuid"
Expand Down Expand Up @@ -859,27 +859,27 @@ required = [
revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/api"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/apiextensions-apiserver"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/apimachinery"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/apiserver"

[[override]]
branch = "release-11.0"
branch = "release-12.0"
name = "k8s.io/client-go"

[[override]]
branch = "release-1.14"
branch = "release-1.15"
name = "k8s.io/code-generator"

[[override]]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ TEST_BROKER_MUTABLE_IMAGE = $(REGISTRY)test-broker-$(ARCH):$(MUTABLE_TAG
HEALTHCHECK_IMAGE = $(REGISTRY)healthcheck-$(ARCH):$(VERSION)
HEALTHCHECK_MUTABLE_IMAGE = $(REGISTRY)healthcheck-$(ARCH):$(MUTABLE_TAG)
ifdef UNIT_TESTS
UNIT_TEST_FLAGS=-run $(UNIT_TESTS) -v
UNIT_TEST_FLAGS=-run $(UNIT_TESTS) -v --env GODEBUG tls13=1
endif

ifdef INT_TESTS
Expand Down
16 changes: 8 additions & 8 deletions pkg/apis/servicecatalog/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a0dec6

Please sign in to comment.