eladkal commented on code in PR #56700:
URL: https://github.com/apache/airflow/pull/56700#discussion_r2450839168
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -89,131 +95,6 @@ class PodPhase:
terminal_states = {FAILED, SUCCEEDED}
-class PodOperatorHookProtocol(Protocol):
Review Comment:
The question is if it's part of our public API or not.
I don't know if this can be used in some user custom code (operator,
executor)?
--
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]