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
Fix #4574: fromServer has been deprecated - it no longer needs to be called. All get() operations will fetch the resource(s) from the api server. If you need the context item that was passed in from a resource, load, or resourceList methods, use the item or items method.
According to https://github.com/fabric8io/kubernetes-client/blob/c05ac82eff1f3faf5f8353ed3022133696c2683e/CHANGELOG.md#L294-L301
Since 6.4.0
.get()
may be replaced withload()
in https://github.com/xtf-cz/xtf/blame/master/core/src/main/java/cz/xtf/core/openshift/OpenShift.java#L1196We do not use exactly that method in our testsuite, so I can't prepare fix for it.
The text was updated successfully, but these errors were encountered: