Kubernetes API Translator
Go to file
Colleen Murphy ada5b33d98 Return websocket error and add logging for watches
Add debug logs and send websocket messages when the watch is closed
unexpectedly.

In addition to being helpful for debugging, the dashboard specifically
looks for a `resource.error` event containing the string "too old" in
order to trigger the watch to be resynced with a refreshed revision
number.  Without this error returned, the dashboard will only see
`resource.stop` events and never change its behavior, continuing to try
to restart the watch with an incorrect resource version.
2022-06-13 15:54:40 -07:00
pkg Return websocket error and add logging for watches 2022-06-13 15:54:40 -07:00
.dockerignore Refactor 2020-01-30 22:37:59 -07:00
.drone.yml enable fossa scanning 2022-03-31 14:32:46 -07:00
.gitignore Dependencies bumps 2022-04-05 17:15:14 +02:00
Dockerfile Stop using vendor 2020-04-15 22:50:51 -07:00
go.mod Dependencies bumps 2022-04-05 17:15:14 +02:00
go.sum Dependencies bumps 2022-04-05 17:15:14 +02:00
LICENSE Initial commit 2019-08-04 10:41:32 -07:00
main.go Update wrangler 2022-01-07 14:31:29 -07:00
Makefile Update port in Makefile 2020-05-30 21:44:51 -07:00