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
1. kubernetes/client-go@fed41f5
This client-go commit is a refactoring that changes how the
client and server negotiate the content type and decoder.
As a result of this refactoring, controller-runtime's
recorder_test has a broken assumption for causing an error
creating the client. Therefore, this commit updates the recorder
test to use an invalid host, which causes the client to fail in
the same way as before, ensuring the test continues to pass.
2. kubernetes/client-go@ba49d2a
This client-go commit is a breaking change to
resourcelock.Interface.
As a result of this change, controller-runtime's fake
ResourceLock implementation needed to be updated to account for
the interface change.
Signed-off-by: Vince Prignano <[email protected]>
0 commit comments