.resolve_auth
I get a struct with the token. But I'm not matching this case https://github.com/obmarg/kazan/blob/master/lib/kazan/client/imp.ex#L40
Hi,
i would like use your lib but i dont understand one thing in Kazan.Watcher part.
Start a watcher using the request, and passing the initial resource version and a pid to which to send received messages.
Kazan.Watcher.start_link(request, resource_version: rv, send_to: self())
...
resource_version - The version from which to start watching.
I don't understand what is resource version
?
Do you have a example of an watcher ?
config :kazan, :server, {:kubeconfig, "path/to/file"}
Kazan.Server.resolve_token/2
to resolve auth,Kazan.run
?