I am not sure if there is any existing Mobile Service which uses the client-go library. [~weil] would be able to answer this.
If we use the client-go library, there is no need for a new endpoint. The way it would work in my opinion would be a new delivery method of client-go alongside the existing http delivery layer which would call the same service file. There are some good references in these docs - https://docs.okd.io/latest/go_client/getting_started.html https://docs.okd.io/latest/go_client/standard_api_operations.html What you are looking for is the `watch` operation. Which watches a specific resource you have defined for events. Such as updates etc |
|