pipelines/sdk/python
Alexey Volkov 052a6ac0ce SDK - Components - Reorganized TaskSpec execution options (#2270)
This part of the spec was unused, so this is not a breaking change.
Consolidating Kubernetes-related options under a single attribute: `TaskSpec.execution_options.kubernetes_options`.
`TaskSpec.k8s_container_options` -> `TaskSpec.execution_options.kubernetes_options.main_container`
`TaskSpec.k8s_pod_options.spec` -> `TaskSpec.execution_options.kubernetes_options.pod_spec`
Added `TaskSpec.execution_options.retry_strategy.max_tetries` attribute.
2019-10-02 18:44:08 -07:00
..
kfp SDK - Components - Reorganized TaskSpec execution options (#2270) 2019-10-02 18:44:08 -07:00
tests SDK - Components - Reorganized TaskSpec execution options (#2270) 2019-10-02 18:44:08 -07:00
build.sh SDK - Separated the generated api client package (#1214) 2019-04-29 15:49:37 -07:00
requirements.txt SDK - Compiler - Deprecated dsl-compile --package (#1941) 2019-08-27 19:59:10 -07:00
setup.py Release 57d9f7f1cf (#2184) 2019-09-23 00:19:55 +08:00