We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"k8s.io/utils/pointer"
Is your feature request related to a problem? Please describe.
"k8s.io/utils/pointer" has been depreacated in favor of "k8s.io/utils/ptr"
"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.
ptr.To()
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
There is nothing to QA. This is a internal code change with no externally visible differences.
Sorry, something went wrong.
dereknola
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: