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
How may we expose it to callers?
NOT an exception, this is for stuff like deprecated APIs that however should still work.
The common use case is probably to log them, but should be customizable.
So, add a param to Client.new() specifying a callback / logger object?
The text was updated successfully, but these errors were encountered:
Since 1.19, apiserver may set
Warning:
header on responses. https://kubernetes.io/blog/2020/09/03/warnings/How may we expose it to callers?
NOT an exception, this is for stuff like deprecated APIs that however should still work.
The common use case is probably to log them, but should be customizable.
So, add a param to
Client.new()
specifying a callback / logger object?The text was updated successfully, but these errors were encountered: