SwiftkubeClient v0.6.0
New
- Implement asynchronous shutdown
- Implement reconnect handling for
watch
andfollow
API requests - Introduce
ResourceWatcherDelegate
andLogWatcherDelegate
protocols
API Changes
- Changed signature of
watch
andfollow
APIs - Replace
ResourceWatch
andLogWatch
with new protocols - The
follow
andwatch
functions return a cancellableSwiftkubeClientTask
instance insteaf ofHTTPClient.Task<Void>