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

CRD yaml make generate updates when upgrading controller-gen in api #994

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ranakan19
Copy link
Contributor

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)

Copy link

openshift-ci bot commented Mar 19, 2024

[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:
  • OWNERS [MatousJobanek,alexeykazakov]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -76,6 +75,8 @@ spec:
can be included in the output.
type: string
metadata:
description: 'metadata is the standard object''s metadata. More
Copy link
Contributor

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

Suggested change
description: 'metadata is the standard object''s metadata. More
description: 'metadata is the standard object's metadata. More

Copy link
Contributor

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 :)

Copy link

sonarcloud bot commented Apr 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
12.5% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

Merging #994 (2b30754) into master (8ea73da) will decrease coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #994      +/-   ##
==========================================
- Coverage   84.87%   84.85%   -0.02%     
==========================================
  Files          55       55              
  Lines        5066     5066              
==========================================
- Hits         4300     4299       -1     
- Misses        583      584       +1     
  Partials      183      183              

see 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants