-
Notifications
You must be signed in to change notification settings - Fork 8
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
⚠️ Rework naming of references in the API #92
Conversation
/hold I'll create a corresponding metal3-dev-env change. |
metal3-io/metal3-dev-env#1478 pins IrSO to avoid breaking metal3-dev-env with this. |
/hold cancel |
We absolutely should not make life difficult for ourselves here, this is pre-MVP. |
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.
Looks much cleaner to me.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tuminoid 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 |
As discussed in metal3-io#91, lets use simpler reference names and reserve the SomethingRef format for when the field can refer to different kinds or at least namespaces. This is quite a breaking change but I don't see a lot of value in going through deprecation since it's going to significantly complicate the code nobody should be using in production yet. Signed-off-by: Dmitry Tantsur <dtantsur@protonmail.com>
best do a change like this now /lgtm |
As discussed in
#91, lets
use simpler reference names and reserve the SomethingRef format for when
the field can refer to different kinds or at least namespaces.
This is quite a breaking change but I don't see a lot of value in going
through deprecation since it's going to significantly complicate the
code nobody should be using in production yet.
Closes: #91
Signed-off-by: Dmitry Tantsur dtantsur@protonmail.com