kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
21 stars 22 forks source link

dep: bump to k8s 1.19 #197

Closed leseb closed 3 years ago

leseb commented 3 years ago

Consumers of the library like Rook are bumping their deps version to Kubernetes 1.19. So the lib must be compatible with it.

I have to admit that this is not the ideal way to pass context, typically it should come from the caller. I had investigated that route but the required changes are enormous. Also, a lot of the build codegen code is broken. Due the deprecation state of the lib is abandoned that option and thus want with this "good enough" approach.

Signed-off-by: Sébastien Han seb@redhat.com

leseb commented 3 years ago

@guymguym @dannyzaken @jeffvance @copejon @jackyalbo PATL.