Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cel validation derive(Validated) macro for generated CRDs #1649

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Implement cel validation proc macro for generated CRDs

ee96ec4
Select commit
Loading
Failed to load commit list.
Open

Implement cel validation derive(Validated) macro for generated CRDs #1649

Implement cel validation proc macro for generated CRDs
ee96ec4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 24, 2024 in 1s

20.0% of diff hit (target 75.6%)

View this Pull Request on Codecov

20.0% of diff hit (target 75.6%)

Annotations

Check warning on line 51 in kube-core/src/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/validation.rs#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 79 in kube-core/src/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/validation.rs#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 108 in kube-core/src/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/validation.rs#L106-L108

Added lines #L106 - L108 were not covered by tests

Check warning on line 111 in kube-core/src/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/validation.rs#L110-L111

Added lines #L110 - L111 were not covered by tests

Check warning on line 113 in kube-core/src/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/validation.rs#L113

Added line #L113 was not covered by tests

Check warning on line 117 in kube-core/src/validation.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-core/src/validation.rs#L117

Added line #L117 was not covered by tests

Check warning on line 657 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L654-L657

Added lines #L654 - L657 were not covered by tests

Check warning on line 660 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L660

Added line #L660 was not covered by tests

Check warning on line 662 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L662

Added line #L662 was not covered by tests

Check warning on line 664 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L664

Added line #L664 was not covered by tests

Check warning on line 668 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L667-L668

Added lines #L667 - L668 were not covered by tests

Check warning on line 671 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L671

Added line #L671 was not covered by tests

Check warning on line 674 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L673-L674

Added lines #L673 - L674 were not covered by tests

Check warning on line 679 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L676-L679

Added lines #L676 - L679 were not covered by tests

Check warning on line 685 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L681-L685

Added lines #L681 - L685 were not covered by tests

Check warning on line 690 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L690

Added line #L690 was not covered by tests

Check warning on line 698 in kube-derive/src/custom_resource.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L698

Added line #L698 was not covered by tests

Check warning on line 362 in kube-derive/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/lib.rs#L361-L362

Added lines #L361 - L362 were not covered by tests