-
Notifications
You must be signed in to change notification settings - Fork 763
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
fix: check name length for all gk resources #3094
fix: check name length for all gk resources #3094
Conversation
Signed-off-by: Alex Pana <[email protected]>
ccebe11
to
c1470c2
Compare
Signed-off-by: alex <[email protected]>
Signed-off-by: Alex Pana <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor fixes.
Signed-off-by: Alex Pana <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after nit
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3094 +/- ##
==========================================
+ Coverage 53.10% 53.25% +0.15%
==========================================
Files 134 134
Lines 11897 11912 +15
==========================================
+ Hits 6318 6344 +26
+ Misses 5083 5075 -8
+ Partials 496 493 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for the PR!
Signed-off-by: Alex Pana <[email protected]> Signed-off-by: alex <[email protected]>
partially addresses #3093