client icon indicating copy to clipboard operation
client copied to clipboard

add WatchService to KnServingClient interface

Open ericmillin opened this issue 3 years ago • 6 comments

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

ericmillin avatar Aug 24 '20 22:08 ericmillin

Good idea, lets tackle this for the next release cycle

rhuss avatar Aug 25 '20 09:08 rhuss

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.

github-actions[bot] avatar Nov 24 '20 01:11 github-actions[bot]

Not sure if this is already implemented but I still think it is a good idea :-)

/remove-lifecycle-stale

rhuss avatar Dec 07 '20 21:12 rhuss

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.

github-actions[bot] avatar Apr 24 '21 01:04 github-actions[bot]

/remove-lifecycle stale

rhuss avatar Apr 26 '21 06:04 rhuss

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 ?)

rhuss avatar Jul 09 '21 13:07 rhuss