This is an automated email from the ASF dual-hosted git repository.

dimberman pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 33973ab  Add extra options to fix SSL issue and be more flexible 
(#9409)
     new 2324175  Move KubernetesPodOperator into providers package
     new dd7caa6  Monitor pods by labels instead of names (#6377)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../contrib/operators/kubernetes_pod_operator.py   | 276 +------------------
 airflow/executors/kubernetes_executor.py           |  34 +--
 airflow/kubernetes/pod_generator.py                |  42 +++
 airflow/kubernetes/pod_launcher.py                 |  41 ++-
 .../cncf/kubernetes/operators/kubernetes_pod.py}   | 302 ++++++++++++++-------
 chart/charts/postgresql-6.3.12.tgz                 | Bin 0 -> 22754 bytes
 kubernetes_tests/test_kubernetes_pod_operator.py   | 182 +++++++++++--
 tests/executors/test_kubernetes_executor.py        |  17 +-
 8 files changed, 468 insertions(+), 426 deletions(-)
 copy airflow/{contrib/operators/kubernetes_pod_operator.py => 
providers/cncf/kubernetes/operators/kubernetes_pod.py} (57%)
 create mode 100644 chart/charts/postgresql-6.3.12.tgz

Reply via email to