Cargo Features

kube-runtime has no features set by default.

[dependencies]
kube-runtime = { version = "0.91.0", features = ["unstable-runtime", "unstable-runtime-subscribe", "unstable-runtime-predicates", "unstable-runtime-stream-control", "unstable-runtime-reconcile-on"] }
unstable-runtime = unstable-runtime-predicates, unstable-runtime-reconcile-on, unstable-runtime-stream-control, unstable-runtime-subscribe
unstable-runtime-subscribe unstable-runtime?

Affects store::store_shared, watch_ext::WatchStreamExt.reflect_shared

unstable-runtime-predicates unstable-runtime?

Affects watch_ext::WatchStreamExt.predicate_filter

unstable-runtime-stream-control unstable-runtime?
unstable-runtime-reconcile-on unstable-runtime?

Features from optional dependencies

TODO: make this pass and switch to workspace lints rust.missing_docs = "warn"