- 
                Notifications
    You must be signed in to change notification settings 
- Fork 460
Update PROJECT file #5390
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
Update PROJECT file #5390
Conversation
| @nawazkh: The label(s)  In response to this: 
 Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. | 
| Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@           Coverage Diff           @@
##             main    #5390   +/-   ##
=======================================
  Coverage   52.44%   52.44%           
=======================================
  Files         272      272           
  Lines       29349    29349           
=======================================
  Hits        15391    15391           
  Misses      13152    13152           
  Partials      806      806           ☔ View full report in Codecov by Sentry. | 
| lgtm, comparing against AWS' version: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/PROJECT | 
| found more things to be added | 
e48a61f    to
    dd34ccc      
    Compare
  
    | /unhold | 
dd34ccc    to
    a7d95b2      
    Compare
  
    a7d95b2    to
    77f9e4b      
    Compare
  
    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
Although I'm going to be honest--I don't know what tooling consumes this file or where this YAML is used. Naively, it looks correct now, but can anyone clue me in?
| LGTM label has been added. Git tree hash: abced52128c735e562f483ca4cb3b3ae66b12cd0 | 
| 
 TL;DR: PROJECT file is mostly use to showcase the list of APIs the project maintains. Here's what I found. 
 Experiment: I tried creating my own API for a custom resource using Kubebuilder 
 This short experiments hints me that CAPZ might have wanted to have more control over their APIs and might have moved away from kubebuilder. OR maybe, we did not add any APIs using  | 
| /cc @willie-yao | 
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.
I noticed that the ASO managed cluster types are not included here. Is there a reason for that?
| 
 I learned that  | 
| /lgtm | 
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao 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  | 
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Special notes for your reviewer:
Just a note:
ls config/crd/bases/tells us all the CRDs CAPZ exposes.grep -R '+kubebuilder:object:root' api/v1beta1 exp/api/v1beta1gives us the GVKs of CAPZ defines.TODOs:
Release note: