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 whenever kubizone-crds is added without default-features = false somewhere in the dependency tree.

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