Update golang dependencies
This commit is contained in:
parent
c5e30973e5
commit
9ddf98769a
1009 changed files with 175867 additions and 50378 deletions
1
vendor/k8s.io/client-go/tools/cache/controller.go
generated
vendored
1
vendor/k8s.io/client-go/tools/cache/controller.go
generated
vendored
|
|
@ -296,6 +296,7 @@ func NewInformer(
|
|||
// long as possible (until the upstream source closes the watch or times out,
|
||||
// or you stop the controller).
|
||||
// * h is the object you want notifications sent to.
|
||||
// * indexers is the indexer for the received object type.
|
||||
//
|
||||
func NewIndexerInformer(
|
||||
lw ListerWatcher,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue