crossplane-contrib / provider-kubernetes

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

feat: import kubelogin library mode #225

Closed gravufo closed 1 month ago

gravufo commented 2 months ago

Description of your changes

This PR updates the kubelogin reference to use the library mode that is now exposed. It removes a replace directive in the go.mod file.

I based the changes on the existing PR for the same thing in the provider-helm repo.

Fixes #245

I have:

How has this code been tested

Only unit tested.