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

feat(RHTAPREL-711): add shortnames to CRDs #299

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

johnbieren
Copy link
Collaborator

Add the rp shortname for ReleasePlan and rpa shortname for ReleasePlanAdmission.

$ oc get rp
NAME   APPLICATION   TARGET
rp     foo           rpas

$ oc get rpa
NAME   ENVIRONMENT   ORIGIN
rpa    production    rpas

@johnbieren johnbieren requested review from a team, theflockers, ralphbean, davidmogar, mmalina, jinqi7, happybhati and Troy876 and removed request for a team November 13, 2023 16:29
happybhati
happybhati previously approved these changes Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d8ea22f) 84.07% compared to head (ffb8188) 84.07%.
Report is 3 commits behind head on main.

❗ Current head ffb8188 differs from pull request most recent head 18e2775. Consider uploading reports for the commit 18e2775 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   84.07%   84.07%           
=======================================
  Files          25       25           
  Lines        1501     1501           
=======================================
  Hits         1262     1262           
  Misses        175      175           
  Partials       64       64           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

mmalina
mmalina previously approved these changes Nov 13, 2023
Copy link
Collaborator

@mmalina mmalina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Collaborator

@davidmogar davidmogar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been in my bucket list for a long time. Thanks for creating the PR.

Could you please, add as well rsc for ReleaseServiceConfig and rel for Release?

Add the rp shortname for ReleasePlan, rpa shortname for
ReleasePlanAdmission, rsc shortname for ReleaseServiceConfig, and rel
shortname for Release.

Signed-off-by: Johnny Bieren <[email protected]>
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.

4 participants