Cargo Features
k8s-openapi has no features set by default.
[dependencies]
k8s-openapi = { version = "0.24.0", features = ["earliest", "v1_28", "v1_31", "v1_32", "latest", "schemars"] }
-
earliest
=
v1_28
-
Each feature corresponds to a supported version of Kubernetes
-
v1_28
earliest?
-
-
v1_29 v1_30
v1_31
-
-
v1_32
latest?
-
-
latest
=
v1_32
-
-
schemars
-
Enable schemars::JsonSchema
implementations on resource types.
Enables
schemars