Cargo Features

k8s-openapi has no features set by default.

[dependencies]
k8s-openapi = { version = "0.23.0", features = ["earliest", "v1_26", "v1_30", "v1_31", "latest", "schemars"] }
earliest = v1_26

Each feature corresponds to a supported version of Kubernetes

v1_26 earliest?
v1_27 v1_28 v1_29 v1_30
v1_31 latest?
latest = v1_31
schemars

Enable schemars::JsonSchema implementations on resource types.

Enables schemars