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 proc macro for generated CRDs #1621

Closed

Merge branch 'main' into cel-expression-on-crds

4eec7d8
Select commit
Loading
Failed to load commit list.
Closed

Implement CEL validation proc macro for generated CRDs #1621

Merge branch 'main' into cel-expression-on-crds
4eec7d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 3, 2024 in 1s

5.6% of diff hit (target 75.3%)

View this Pull Request on Codecov

5.6% of diff hit (target 75.3%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L149

Added line #L149 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L153

Added line #L153 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L572-L575

Added lines #L572 - L575 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L578-L580

Added lines #L578 - L580 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L583-L585

Added lines #L583 - L585 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L588-L590

Added lines #L588 - L590 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L593

Added line #L593 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L597-L598

Added lines #L597 - L598 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L600

Added line #L600 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L602-L603

Added lines #L602 - L603 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L605-L606

Added lines #L605 - L606 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L613-L616

Added lines #L613 - L616 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L619

Added line #L619 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L621-L626

Added lines #L621 - L626 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L628-L629

Added lines #L628 - L629 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L631-L632

Added lines #L631 - L632 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L636

Added line #L636 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L638-L639

Added lines #L638 - L639 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L641

Added line #L641 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L643-L644

Added lines #L643 - L644 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L646

Added line #L646 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L648-L649

Added lines #L648 - L649 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L651

Added line #L651 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L653 - L654 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

kube-derive/src/custom_resource.rs#L656

Added line #L656 was not covered by tests