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
?
Kazan.Server.from_app_env(:your_app) |> Kazan.Server.resolve_auth |> Kazan.Client.send