add WatchService to KnServingClient interface
Feature request
Expose the WatchService function via KnServingClient interface. This will make the function available to users outside the project.
Use case
I want to use the kn client to watch services in my own code
Good idea, lets tackle this for the next release cycle
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
Not sure if this is already implemented but I still think it is a good idea :-)
/remove-lifecycle-stale
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
/remove-lifecycle stale
I think we have now a WatchServiceWithVersion but its not part of the interface (however, a public method). @dsimansk do you think it makes sense to move that to the client interface (and maybe rename it to WatchService ?)