spotahome / kooper

Kooper is a simple Go library to create Kubernetes operators and controllers.
https://product.spotahome.com/kooper-extending-kubernetes-made-easy-4e1edd884687
Apache License 2.0
506 stars 49 forks source link

update client-go version #115

Closed lucming closed 2 years ago

lucming commented 3 years ago

recently,i am doing something adout redis-operator,and find this project,i want to upgrade the client-go version,because i found the client-go version we used is too old,and the code looks a little strange,so can we update the client-go version @slok

lucming commented 3 years ago

if you it is possible,i can write the code about this issue

slok commented 2 years ago

:wave: Hello @lucming!

I updated Kooper to the latest Kubernetes libraries, so it should be up to date, it uses the dependencies released for Kubernetes v1.22.

Check Kooper v2.1.0 please.

Closing