This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a70ee5a2fbc837b06de4df12190b3fe1c3b73af3 Author: Kaxil Naik <[email protected]> AuthorDate: Sat Apr 18 21:04:40 2020 +0100 Improve language in Pod Mutation Hook docs (#8445) (cherry picked from commit a1959dc1b52c7e82cf7eee117119231731f27a44) --- docs/kubernetes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kubernetes.rst b/docs/kubernetes.rst index 64b3332..c775603 100644 --- a/docs/kubernetes.rst +++ b/docs/kubernetes.rst @@ -138,8 +138,8 @@ any type of executor. Pod Mutation Hook ^^^^^^^^^^^^^^^^^ -Your local Airflow settings file can define a ``pod_mutation_hook`` function that -has the ability to mutate pod objects before sending them to the Kubernetes client +The Airflow local settings file (``airflow_local_settings.py``) can define a ``pod_mutation_hook`` function +that has the ability to mutate pod objects before sending them to the Kubernetes client for scheduling. It receives a single argument as a reference to pod objects, and is expected to alter its attributes.
