Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

[dependencies]
k8s-openapi = { version = "0.27.1", default-features = false, features = ["std", "earliest", "v1_31", "v1_34", "v1_35", "latest", "schemars"] }
default = std

The std feature is set by default whenever k8s-openapi is added without default-features = false somewhere in the dependency tree.

std default

Requires a dependency on the Rust standard library.

earliest = v1_31

Each feature corresponds to a supported version of Kubernetes

v1_31 earliest?
v1_32 v1_33 v1_34
v1_35 latest?
latest = v1_35
schemars

Enable schemars::JsonSchema implementations on resource types.

Enables schemars