Cargo Features
[dependencies]
kaniop-group = { version = "0.4.1", default-features = false, features = ["schemars", "integration-test"] }
- default = schemars
-
The
schemarsfeature is set by default wheneverkaniop-groupis added withoutsomewhere in the dependency tree.default-features = false - schemars default
-
Enables schemars and schemars of k8s-openapi and kaniop-operator
k8s-openapi:
Enable
schemars::JsonSchemaimplementations on resource types. - integration-test
kaniop-group has 3 features without comments.