SwiftkubeClient v0.5.0
New
- Add metrics support for gathering request latencies and counts
- Support
ListOptions
in watch call - Add
watch
andfollow
API that accept aRecourceWatch
orLogWatch
instance - Add an
errorHandler
closure toResourceWatch
andLogWatch
- Make Selectors (
NamespaceSelector
,LabelSelector
etc.) Hashable
API Changes
- Replace implicit client shutdown on deinit with explicit
syncShutdow
- Expose
ResourceWatch
andLogWatch
classes for extension