dstandish commented on code in PR #43853:
URL: https://github.com/apache/airflow/pull/43853#discussion_r1838952610
##########
providers/src/airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -832,6 +883,20 @@ def _exec_pod_command(self, resp, command: str) -> str |
None:
return res
return None
+ def _await_init_container_start(self, pod: V1Pod, container_name: str,
sleep_timeout_seconds: float = 1):
Review Comment:
if nothing is using this param, and it's a private function anyway, just
remove the param
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]