forked from kubeflow/training-operator
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SDK] Create Unify Training Client (kubeflow#1719)
* Remove legacy ksonnet tests * [SDK] Create Unify Training Client * Modify E2E tests * Rename Training to Operator version * Add missing exception * Add API server timeout parameter * Add delete options * Fix import for V1JobCondition * Fix container name in e2e tests * Fix mxnet container * Import all Kubernetes models * Update SDK Examples * Verify other SDK APIs in e2e tests * Add replica types to const * Use logging in e2e tests * Fix logging for status * Use const for job types
- Loading branch information
1 parent
6eaf3a3
commit b87c6fa
Showing
152 changed files
with
2,523 additions
and
396,440 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{ | ||
"packageName" : "kubeflow.training", | ||
"projectName" : "training", | ||
"packageVersion": "1.5.0", | ||
"importMappings": { | ||
"V1Container": "from kubernetes.client import V1Container", | ||
"V1ObjectMeta": "from kubernetes.client import V1ObjectMeta", | ||
"V1ListMeta": "from kubernetes.client import V1ListMeta", | ||
"V1ResourceRequirements": "from kubernetes.client import V1ResourceRequirements", | ||
"V1JobCondition": "from kubernetes.client import V1JobCondition", | ||
"V1PodTemplateSpec": "from kubernetes.client import V1PodTemplateSpec" | ||
} | ||
"packageName": "kubeflow.training", | ||
"projectName": "training", | ||
"packageVersion": "1.5.0", | ||
"typeMappings": { | ||
"V1Time": "datetime" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.