Closed Jeffwan closed 4 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign gaocegege
You can assign the PR to them by writing /assign @gaocegege
in a comment when ready.
The full list of commands accepted by this bot can be found here.
/cc @gaocegege @richardsliu
https://github.com/kubeflow/common/pull/55 includes the changes in this PR. I will close this one
It doesn't make sense to have JobController struct definition in API definition.
JobController
can be changed and we also provideNewJobController
method for user to use, that means controller could be hided from users and implementation may changed even for same API version . It doesn't have to be changed along with api changes.This also makes dependency graph clean for
api/v1
package.This change is