forked from kubeflow/training-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links and files with the new URL (kubeflow#1434)
* Update links and corresponding files for training-operator repository Use Go 1.17 * Generate SDK * Remove Travis * Modify developer guide * Fix go mod * Fix legacy docs * Generate SDK * Remove travis * Update ignore files
- Loading branch information
1 parent
75d4c3b
commit 4b5d651
Showing
90 changed files
with
407 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
layout: | ||
- go.kubebuilder.io/v3 | ||
projectName: tf-operator | ||
repo: github.com/kubeflow/tf-operator | ||
projectName: training-operator | ||
repo: github.com/kubeflow/training-operator | ||
resources: | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
group: kubeflow.org | ||
kind: XGBoostJob | ||
path: github.com/kubeflow/tf-operator/pkg/apis/xgboost/v1 | ||
path: github.com/kubeflow/training-operator/pkg/apis/xgboost/v1 | ||
version: v1 | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
group: kubeflow.org | ||
kind: PyTorchJob | ||
path: github.com/kubeflow/tf-operator/pkg/apis/pytorch/v1 | ||
path: github.com/kubeflow/training-operator/pkg/apis/pytorch/v1 | ||
version: v1 | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
group: kubeflow.org | ||
kind: TFJob | ||
path: github.com/kubeflow/tf-operator/pkg/apis/tensorflow/v1 | ||
path: github.com/kubeflow/training-operator/pkg/apis/tensorflow/v1 | ||
version: v1 | ||
- api: | ||
crdVersion: v1 | ||
namespaced: true | ||
controller: true | ||
group: kubeflow.org | ||
kind: MXJob | ||
path: github.com/kubeflow/tf-operator/pkg/apis/mxnet/v1 | ||
path: github.com/kubeflow/training-operator/pkg/apis/mxnet/v1 | ||
version: v1 | ||
version: "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.