crossplane-contrib / provider-kubernetes

Crossplane provider to provision and manage Kubernetes objects on (remote) Kubernetes clusters.
Apache License 2.0
140 stars 82 forks source link

feat: import kubelogin library mode #245

Closed gravufo closed 4 months ago

gravufo commented 4 months ago

There is currently a replace directive that had a TODO comment waiting on the kubelogin library to update their go module. Now that it is done, we can remove this replace directive and import the library cleanly.

225 fixes this. Hopefully, this can be merged soon.

Thanks