Commit db02322
authored
Fix KuberetesPodTriggerer use correct parameter name to read pod logs. (#58489)
* Use correct parameter name in read_namespaced_pod_log call.
* Fix unit test
---------
Co-authored-by: AutomationDev85 <AutomationDev85>1 parent 0aa2ea7 commit db02322
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- providers
- cncf/kubernetes
- src/airflow/providers/cncf/kubernetes/hooks
- tests/unit/cncf/kubernetes/hooks
- google/tests/unit/google/cloud/hooks
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
| 942 | + | |
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1072 | 1072 | | |
1073 | 1073 | | |
1074 | 1074 | | |
1075 | | - | |
| 1075 | + | |
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
0 commit comments