You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/06/26 16:00:54 UTC

[GitHub] [airflow] davlum edited a comment on issue #5481: [AIRLFOW-4851] Refactor K8S codebase with k8s API models

davlum edited a comment on issue #5481: [AIRLFOW-4851] Refactor K8S codebase with k8s API models
URL: https://github.com/apache/airflow/pull/5481#issuecomment-505938555
 
 
   I'm also noticing that the `create_namespaced_pod` function of the client - that we use in `run_pod` in the `PodLauncher` which calls the `KubernetesRequestFactory`- accepts a `V1Pod` object as an argument, which would mean we can skip this whole process of serialization from `object -> dict -> json/yaml`. Thoughts on this?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services