Cargo Features

kube-core has no features set by default.

[dependencies]
kube-core = { version = "0.90.0", features = ["ws", "admission", "jsonpatch", "schema", "kubelet-debug"] }
ws kubelet-debug?

Affects subresource::AttachParams

admission = json-patch

Affects kube-core::admission

jsonpatch = json-patch
schema = schemars

Affects kube-core::schema

kubelet-debug = ws

Affects kube-core::kubelet_debug

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

json-patch admission? jsonpatch?
schemars schema?