amoghrajesh commented on code in PR #44357:
URL: https://github.com/apache/airflow/pull/44357#discussion_r1887943831


##########
providers/src/airflow/providers/cncf/kubernetes/callbacks.py:
##########
@@ -50,7 +54,27 @@ def on_sync_client_creation(*, client: k8s.CoreV1Api, 
**kwargs) -> None:
         pass
 
     @staticmethod
-    def on_pod_creation(*, pod: k8s.V1Pod, client: client_type, mode: str, 
**kwargs) -> None:
+    def on_manifest_finalization(

Review Comment:
   @johnhoran I gave it some thought and realised that why don't we assosiate 
it with naming of pytest?
   `teardown` is exactly what is being done here. So how about 
`on_pod_teardown`?



-- 
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]

Reply via email to