Closed clux closed 1 month ago
As it is not available on older Kubernetes versions.
Doing this now causes:
error: selectable fields require Kubernetes >= 1.30 --> examples/crd_derive.rs:12:10 | 12 | #[derive(CustomResource, Serialize, Deserialize, Default, Debug, PartialEq, Eq, Clone, JsonSchema)] | ^^^^^^^^^^^^^^ | = note: this error originates in the derive macro `CustomResource` (in Nightly builds, run with -Z macro-backtrace for more info)
(can be seen if hacking examples/cargo.toml to use earliest from k8s-openapi)
earliest
Follow-up to #1610
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.3%. Comparing base (7526539) to head (48ec7a0). Report is 1 commits behind head on main.
7526539
48ec7a0
As it is not available on older Kubernetes versions.
Doing this now causes:
(can be seen if hacking examples/cargo.toml to use
earliest
from k8s-openapi)Follow-up to #1610