David O'Riordan
David O'Riordan
Hi @cgbaker - what is the latest on this? I see changes have been pushed to the branch recently.
Thanks for the updates @cgbaker and @anthonyskipper. @anthonyskipper I'll leave the PR open and look forward to the update.
The "watch" feature, combined with ability to list resources, already gives a lot of the functionality of informers. The main additional benefit of informers seems to be the maintenance of...
Related issue: #254
As discussed with Nicolas, I am working on incorporating a means to do this into a stream of work I am currently progressing on enhanced list/watch based features, will update...
Thanks @pbarronfor the bug report, so this looks like it will be thrown if no default is supplied by the applicable Json formatter but the field is missing, in this...
Thanks for the PR Nicolas, I will look to review it in the next day or two.
I agree that Skuber should support handling Error events properly. Perhaps adding a new, optional `errors` sink parameter to the API watch calls could address this, the watch flow would...
Re. `WatchEvent` - given that WatchEvent has a non-optional field for the successfully parsed resource, to keep backwards compatibility something else would need to be used to convey the parse...
I am coming around to a preference for adding an enriched event type that can represent either errors or normal events. That would require new API watch methods that return...