You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As of now, we are importing k8s.io/kubernetes just to use the hash function from it, but from kubernetes/kubernetes#79384 it seems like it is not recommended to use this package.
Describe the solution you'd like
To avoid issues with package dependencies, we should use another way to calculate the hash.
note: big thanks to @cognifloyd for identifying this
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As of now, we are importing k8s.io/kubernetes just to use the hash function from it, but from kubernetes/kubernetes#79384 it seems like it is not recommended to use this package.
Describe the solution you'd like
To avoid issues with package dependencies, we should use another way to calculate the hash.
note: big thanks to @cognifloyd for identifying this
The text was updated successfully, but these errors were encountered: