kubeflow-incubator / tfjob-java-client

Java Client for Kubeflow TFJob
Apache License 2.0
3 stars 6 forks source link

fix bug: null namespace read from .kube/config #14

Closed jetmuffin closed 5 years ago

jetmuffin commented 5 years ago

If there is no namespace field in .kube/config, client set a null namespace to KubeClient which may cause NullPointerException.

Signed-off-by: JetMuffin mofeng.cj@alibaba-inc.com