-
Notifications
You must be signed in to change notification settings - Fork 262
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
Use ResourceFlavorReference instead of string consistently #3491
Comments
/good-first-issue |
@kannon92: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
Hi @mimowo I understand the goal is to consistently use ResourceFlavorReference type instead of string throughout the codebase, particularly in ClusterQueuesUsingFlavor() and related methods, only casting to string when absolutely necessary (like in NamespacedName). Could you help clarify the specific scenarios where casting to string would still be necessary apart from NamespacedName ? Also anything you can suggest to get started with this issue? |
yes
AFAIK only when passing to NamespacedName, but I might be missing some place, it is part of the task to figure out all such places.
I think you are on the right track. |
/assign @shubhamch71 I've assigned this one to myself because it's still free and you didn't add any update in some time. However, if you already started with it please let me know. |
@kaisoz Thanks for picking this up! I apologize for the delay on my end—I’ve been caught up with work and won’t be able to make further progress on it. Feel free to go ahead and take it forward. |
@shubhamch71 No worries! I'll work on it, thanks for the response 😊 |
/kind cleanup
What would you like to be cleaned:
To use ResourceFlavorReference consistently, and only cast to string when absolutly needed
Why is this needed:
For example here:
The text was updated successfully, but these errors were encountered: