Cargo Features

[dependencies]
kube = { version = "0.97.0", default-features = false, features = ["client", "config", "rustls-tls", "openssl-tls", "aws-lc-rs", "ws", "kubelet-debug", "oauth", "oidc", "gzip", "jsonpatch", "admission", "derive", "runtime", "unstable-runtime", "unstable-client", "socks5", "http-proxy", "webpki-roots"] }
default = client, rustls-tls

These default features are set whenever kube is added without default-features = false somewhere in the dependency tree.

client default gzip? http-proxy? oauth? oidc? openssl-tls? rustls-tls socks5? unstable-client? webpki-roots? = config

default features

Enables client of kube-client

config client

Enables config of kube-client

rustls-tls default = client

Enables rustls-tls of kube-client

openssl-tls = client

alternative features

Enables openssl-tls of kube-client

aws-lc-rs

Enables aws-lc-rs of optional kube-client

ws

auxiliary features

Enables ws of kube-client and kube-core

kubelet-debug

Enables kubelet-debug of kube-client and kube-core

oauth = client

Enables oauth of kube-client

oidc = client

Enables oidc of kube-client

gzip = client

Enables gzip of kube-client

jsonpatch

Enables jsonpatch of kube-core

admission

Enables admission of kube-core

derive = kube-derive

Enables schema of kube-core

runtime unstable-runtime? = kube-runtime
unstable-runtime = runtime

Enables unstable-runtime of kube-runtime

unstable-client = client

Enables unstable-client of kube-client

socks5 = client

Enables socks5 of kube-client

http-proxy = client

Enables http-proxy of kube-client

webpki-roots = client

Enables webpki-roots of kube-client

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.

kube-derive derive?
kube-client client config? gzip? http-proxy? kubelet-debug? oauth? oidc? openssl-tls? rustls-tls socks5? unstable-client? webpki-roots? ws?
kube-runtime runtime? unstable-runtime?