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
Config.refresh() is still using the deprecated method fromKubeconfig(String context, String kubeconfigContents, String kubeconfigPath)#6525
To be able to implement #6240 properly, this needs to be changed to rely on non-deprecated logic.
The text was updated successfully, but these errors were encountered:
Description
Part of #6516
Config.refresh() is still using the deprecated method
fromKubeconfig(String context, String kubeconfigContents, String kubeconfigPath)
#6525To be able to implement #6240 properly, this needs to be changed to rely on non-deprecated logic.
The text was updated successfully, but these errors were encountered: