Cargo Features
[dependencies]
kubizone-crds = { version = "0.13.2", default-features = false, features = ["dev", "v1_30", "v1_29", "v1_28", "v1_27"] }
- dev
-
When enabled, the custom resource definitions will be placed in the dev.kubi.zone group, instead of the actual kubi.zone group. This way you can have the production and dev versions of kubizone resources running side by side, without interfering with each other.
Affects
kubizone-crds::PARENT_ZONE_LABEL
… - default = v1_29
-
The
v1_29
feature is set by default wheneverkubizone-crds
is added without
somewhere in the dependency tree.default-features = false - v1_30
-
Enables v1_30 of k8s-openapi ^0.22.0
- v1_29 default
-
Enables v1_29 of k8s-openapi ^0.22.0
- v1_28
-
Enables v1_28 of k8s-openapi ^0.22.0
- v1_27
-
Enables v1_27 of k8s-openapi ^0.22.0