kubeflow-incubator / tfjob-java-client

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

Initial version of kubeflow java client #2

Closed jetmuffin closed 6 years ago

jetmuffin commented 6 years ago

These java client codes are generated by modified tool kubernetes-client/gen. There are some bugs in automatically generated codes and I fixed them by hand.

Ref #1

jetmuffin commented 6 years ago

Since these generated codes are not user-friendly, we wrote some wrappers on them with fluent style to make it easier to use (still working on it). Here is an example Example.java

gaocegege commented 6 years ago

/lgtm

Since the code has some ut cases, do we need to setup travis CI for the repo?