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

Remove deprecated "k8s.io/utils/pointer" library #9819

Closed
dereknola opened this issue Mar 28, 2024 · 1 comment
Closed

Remove deprecated "k8s.io/utils/pointer" library #9819

dereknola opened this issue Mar 28, 2024 · 1 comment
Assignees
Milestone

Comments

@dereknola
Copy link
Contributor

Is your feature request related to a problem? Please describe.

"k8s.io/utils/pointer" has been depreacated in favor of "k8s.io/utils/ptr"

Describe the solution you'd like

Replace all uses of old library with new library. The new library is more generic with the ptr.To() function being a catch all for any typevalue.

Describe alternatives you've considered

Additional context

@dereknola dereknola self-assigned this Mar 28, 2024
@dereknola
Copy link
Contributor Author

There is nothing to QA. This is a internal code change with no externally visible differences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done Issue
Development

No branches or pull requests

2 participants