Skip to content

Commit

Permalink
Bump to k8s v0.24.4 client packages (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Sep 9, 2022
1 parent 2a05469 commit 20aabd5
Show file tree
Hide file tree
Showing 509 changed files with 46,767 additions and 13,147 deletions.
5 changes: 5 additions & 0 deletions apis/duck/enqueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,8 @@ func (fsii *fakeSharedIndexInformer) SetWatchErrorHandler(handler cache.WatchErr
fsii.t.Fatalf("NYI: SetWatchErrorHandler")
return nil
}

func (fsii *fakeSharedIndexInformer) SetTransform(handler cache.TransformFunc) error {
fsii.t.Fatalf("NYI: SetTransform")
return nil
}
139 changes: 139 additions & 0 deletions client/injection/kube/client/client.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 20aabd5

Please sign in to comment.