kubeflow-incubator / tfjob-java-client

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

Status values of API conventions are "Success" and "Failure" #18

Closed 372046933 closed 4 years ago

372046933 commented 4 years ago

deleteJob always returns false due to Status field never equals to success. The values of Status can be referenced here. https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties

jetmuffin commented 4 years ago

LGTM and thanks for your contribution!