Skip to content

Commit

Permalink
bump knative/pkg to 8fc80de
Browse files Browse the repository at this point in the history
Includes the following changes:
8fc80de Few changes to the configmap package (#59)
0122abd The test logger will now log the correct caller (#63)
e7a4b0d Dont call flag.parse in pkg/test (#62)
b213523 Update test-infra dependency (#61)
382a2bf Make kube_checks generic so that it can be used in serving (#58)
760afb6 cleanup (#57)
eedc0a9 Make verify-codegen.sh compatible with OS X (#54)
6eff182 Remove docker repo from e2e flags (#53)
4be5c07 Vendor the test-infra scripts (#52)
8c687df Update WaitForEndpointState to return response (#51)
8f6a3be Update knative/pkg/test (#50)
3ca4270 Add a logkey for the reconcile key. (#49)
62d2560 Add Istio DestinationRule and Policy into Istio apis and clients (#43)
f4a77d7 Add a common test clients file (#46)
450739d Add common test logging module (#45
  • Loading branch information
dprotaso committed Sep 12, 2018
1 parent 94e79eb commit 7d1b2b6
Show file tree
Hide file tree
Showing 41 changed files with 2,885 additions and 225 deletions.
15 changes: 12 additions & 3 deletions Gopkg.lock

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

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ required = [

[[constraint]]
name = "github.com/knative/pkg"
# HEAD as of 2018-08-14
revision = "a3bc2db77a14d9ca6195172e81b4bf33e6190f85"
# HEAD as of 2018-09-12
revision = "8fc80deb200e7853795e6baf4029f406ca9534b8"

[[constraint]]
name = "github.com/knative/serving"
Expand Down
14 changes: 0 additions & 14 deletions vendor/github.com/knative/pkg/apis/field_error.go

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

37 changes: 37 additions & 0 deletions vendor/github.com/knative/pkg/apis/interfaces.go

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

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

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

Loading

0 comments on commit 7d1b2b6

Please sign in to comment.