Cargo Features

k8s-openapi has no features set by default.

[dependencies]
k8s-openapi = { version = "0.22.0", features = ["earliest", "v1_24", "v1_29", "v1_30", "latest", "schemars"] }
earliest = v1_24

Each feature corresponds to a supported version of Kubernetes

v1_24 earliest?
v1_25 v1_26 v1_27 v1_28 v1_29
v1_30 latest?
latest = v1_30
schemars

Enable schemars::JsonSchema implementations on resource types.

Enables schemars