-
Notifications
You must be signed in to change notification settings - Fork 65
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
CRD yaml make generate updates when upgrading controller-gen in api #994
CRD yaml make generate updates when upgrading controller-gen in api #994
Conversation
@@ -76,6 +75,8 @@ spec: | |||
can be included in the output. | |||
type: string | |||
metadata: | |||
description: 'metadata is the standard object''s metadata. More |
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.
Extra comma? Not sure whether it'd effect anything but just thought I'd raise it
description: 'metadata is the standard object''s metadata. More | |
description: 'metadata is the standard object's metadata. More |
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.
It's a generated yaml. Not sure what API go code exactly is the source of this string but we shouldn't modify it in the CRD yaml directly :)
Quality Gate passedIssues Measures |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, MatousJobanek, ranakan19 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #994 +/- ##
==========================================
- Coverage 84.24% 79.61% -4.63%
==========================================
Files 55 78 +23
Lines 6327 7785 +1458
==========================================
+ Hits 5330 6198 +868
- Misses 826 1411 +585
- Partials 171 176 +5 |
crd changes from running make generate in api when controller-gen version updated
DO-NOT Merge
(All the PRs related to version updates need to be merged at once, but these PR are for early feedback so that there are not a lot of changes to review at once)