You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.81.0 states: If you were passing ListParams to watcher or Controller, you can change this for a new watcher::Config with a mostly compatible interface [...]
Current and expected behavior
Release 0.81.0 states:
If you were passing ListParams to watcher or Controller, you can change this for a new watcher::Config with a mostly compatible interface [...]
I wanted to update to 0.82.1 (from 0.78.0) and replace some of our
ListParams
withwatcher::Config
. These are cloned from time to time but the derives for that are currently missing (see https://github.com/kube-rs/kube/blob/main/kube-runtime/src/watcher.rs#L184).This is not a bug but having a
Clone
orDebug
would be convenient.Possible solution
Add basic derives like e.g.
#[derive(Clone, Debug)]
Additional context
No response
Environment
Not required
Configuration and features
Affected crates
kube-runtime
Would you like to work on fixing this bug?
maybe
The text was updated successfully, but these errors were encountered: