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.