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
Currently, the kubernetes client tests are made by mock client with limited number of test cases. After removing kubectl commands, we can refactor our tests with more comprehensive test cases by using mock kubernetes server.
In the kubernetes client apis, there still exist the legacy
kubectl
commands.https://github.com/apache/incubator-openwhisk/blob/5b13c4c90e4f8d59156c862c2ffe57ef027e5aee/core/invoker/src/main/scala/whisk/core/containerpool/kubernetes/KubernetesClient.scala#L168-L174
It's better to replace this with rest-client based on fabric8.
The text was updated successfully, but these errors were encountered: