Permalink
Please
sign in to comment.
Browse files
Add ability for dumping YAML file of the ElasticDL job (#1526)
* Support for dumping pod as yaml * a * Add parameter for yaml dump * Add --yaml parameter supporting YAML dump * Clean format * Remove unused pkg
- Loading branch information
Showing
with
62 additions
and 19 deletions.
- +1 −1 .isort.cfg
- +13 −1 elasticdl/python/common/args.py
- +15 −2 elasticdl/python/common/k8s_client.py
- +32 −14 elasticdl/python/elasticdl/api.py
- +1 −1 elasticdl/requirements.txt
@@ -1,5 +1,5 @@ | ||
[settings] | ||
multi_line_output=3 | ||
line_length=79 | ||
known_third_party = PIL,docker,google,grpc,kubernetes,numpy,odps,pyspark,recordio,requests,setuptools,tensorflow | ||
known_third_party = PIL,docker,google,grpc,kubernetes,numpy,odps,pyspark,recordio,requests,setuptools,tensorflow,yaml | ||
include_trailing_comma=True |
0 comments on commit
18bf078