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. |
||
|---|---|---|
| .. | ||
| test_data | ||
| __init__.py | ||
| test_components.py | ||
| test_graph_components.py | ||
| test_python_op.py | ||
| test_python_pipeline_to_graph_component.py | ||
| test_structure_model_base.py | ||