Open
Description
Some credentials have short shelf life. GCP auth is good for about a hour, I think(?). exec
results may return expiration time, or may simply return error at some point.
Since one might have passed around a Kubeclient::Client object to many places,
it would be desirable to be able to renew auth - manually or automatically - without creating a new Client.
- TODO: study other libraries, notably the Go client.