Kevin Lin

Results 6 comments of Kevin Lin

> > https://github.com/kubernetes-client/java/blob/master/util/src/main/java/io/kubernetes/client/informer/cache/ReflectorRunnable.java#L90-L92 > > The proper fix is to add pagination to the list call in the reflector.. @yue9944882 Yes, we have already implemented a `ListerWatcher` that does pagination...

> [OpenAPITools/openapi-generator#21115](https://github.com/OpenAPITools/openapi-generator/pull/21115) has merged, we'll pick this up in the next release. > > Also [@klin1344](https://github.com/klin1344) if you wanted to commit the pagination support to our ListerWatcher that would be...

PR to bump the openapi-generator version here https://github.com/kubernetes-client/gen/pull/280 so this gets picked up in the next release

@brendandburns Yes, if we could generate a patch release that would be great.

This has been fixed with 24.0.0 which includes https://github.com/OpenAPITools/openapi-generator/pull/21115 and https://github.com/kubernetes-client/gen/pull/280 .