Cargo Features

[dependencies]
kaniop-group = { version = "0.4.1", default-features = false, features = ["schemars", "integration-test"] }
default = schemars

The schemars feature is set by default whenever kaniop-group is added without default-features = false somewhere in the dependency tree.

schemars default

Enables schemars and schemars of k8s-openapi and kaniop-operator

k8s-openapi:

Enable schemars::JsonSchema implementations on resource types.

integration-test

kaniop-group has 3 features without comments.