-
Notifications
You must be signed in to change notification settings - Fork 115
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 aliases and deprecation warnings #921
Conversation
* Add aliases for `NetworkPolicy`, `PodSecurityPolicy`, and `PriorityClass`. * Update "removed in" warning for `rbac/v1alpha1` and `rbac/v1beta1`
Once question mostly for curiosity - are there primary sources for any of these mappings either in docs or in upstream source code? Would be great to link to them from our mappings in code so that we can more easily determine if/when there has been drift in the future. |
Unfortunately there’s no single source of truth here. Release notes generally discuss deprecations, but this hasn’t been consistent between releases. I’ll go ahead and add links for ones I can find. |
dfd5b77
to
be63213
Compare
@metral I missed a few more aliases/deprecations, and added some reference comments |
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 🎉
Thanks for adding in the ref links
Proposed changes
NetworkPolicy
,PodSecurityPolicy
, andPriorityClass
.rbac/v1alpha1
andrbac/v1beta1
Related issues (optional)
Fixes #919