-
Notifications
You must be signed in to change notification settings - Fork 472
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
Consider naming TypedLocalObjectReference
fields fooRef
#50
Comments
This reminds me of "Hungarian notation". I think we should try to make it align, but use common sense. |
While we consider the naming, we should also consider using custom types instead of |
Let's open a PR against the developer guide section of the docs and continue the discussion there. |
/assign |
/unassign |
Opened #73 to replace types. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I believe this was fixed by #73, feel free to reopen if I missed anything. |
/close |
@robscott: Closing this issue. 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/test-infra repository. |
…pc-api Update to networkingv1; omit TLS HC
https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#naming-conventions
Following this recommendation would replace
Extension
withExtensionRef
, but it would also replaceForwardTo
with something less wieldy (maybeTargetRef
). So maybe it's better not to follow this convention in all cases.The text was updated successfully, but these errors were encountered: