Skip to content

Commit

Permalink
Merge 2e201ce into 2f4dd35
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Jan 22, 2021
2 parents 2f4dd35 + 2e201ce commit 7db193b
Show file tree
Hide file tree
Showing 473 changed files with 24,447 additions and 7,437 deletions.
5 changes: 5 additions & 0 deletions apis/duck/enqueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,8 @@ func (fsii *fakeSharedIndexInformer) GetIndexer() cache.Indexer {
fsii.t.Fatalf("NYI: GetIndexer")
return nil
}

func (fsii *fakeSharedIndexInformer) SetWatchErrorHandler(handler cache.WatchErrorHandler) error {
fsii.t.Fatalf("NYI: SetWatchErrorHandler")
return nil
}
17 changes: 6 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require (
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/davecgh/go-spew v1.1.1
github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-openapi/spec v0.19.6 // indirect
github.com/go-openapi/swag v0.19.7 // indirect
github.com/gobuffalo/envy v1.7.1 // indirect
Expand All @@ -25,7 +24,6 @@ require (
github.com/google/gofuzz v1.1.0
github.com/google/mako v0.0.0-20190821191249-122f8dcef9e3
github.com/google/uuid v1.1.2
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/grpc-gateway v1.14.8 // indirect
Expand Down Expand Up @@ -64,16 +62,13 @@ require (
gopkg.in/evanphx/json-patch.v4 v4.9.0
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
k8s.io/api v0.18.12
k8s.io/apiextensions-apiserver v0.18.12
k8s.io/apimachinery v0.18.12
k8s.io/client-go v0.18.12
k8s.io/code-generator v0.18.12
k8s.io/gengo v0.0.0-20200205140755-e0e292d8aa12
k8s.io/api v0.19.7
k8s.io/apiextensions-apiserver v0.19.7
k8s.io/apimachinery v0.19.7
k8s.io/client-go v0.19.7
k8s.io/code-generator v0.19.7
k8s.io/gengo v0.0.0-20200428234225-8167cfdcfc14
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29 // indirect
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451 // indirect
knative.dev/hack v0.0.0-20210120165453-8d623a0af457
sigs.k8s.io/structured-merge-diff/v3 v3.0.1-0.20200706213357-43c19bbb7fba // indirect
sigs.k8s.io/yaml v1.2.0
)
133 changes: 74 additions & 59 deletions go.sum

Large diffs are not rendered by default.

159 changes: 152 additions & 7 deletions vendor/github.com/go-logr/logr/README.md

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

3 changes: 3 additions & 0 deletions vendor/github.com/go-logr/logr/go.mod

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

Loading

0 comments on commit 7db193b

Please sign in to comment.