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
*: use a stable hash for client-side short-circuits
The previous approach here was to use go-spew, which, unfortunately, is
not a stable and germane encoding for objects. We are encoding objects
that we send to the Kubernetes API server, so features of go-spew like
printing the capacity of slices are not germane. This led to hashes of
otherwise identical (as far as the server was concerned) objects to be
determined as hashing differently.
Signed-off-by: Steve Kuznetsov <[email protected]>
0 commit comments