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


##########
docs/apache-airflow-providers-cncf-kubernetes/operators.rst:
##########
@@ -77,8 +77,8 @@ You can print out the Kubernetes manifest for the pod that 
would be created at r
 Argument precedence
 ^^^^^^^^^^^^^^^^^^^
 
-When building the pod object, there may be overlap between KPO params, pod 
spec, template and airflow connection.
-In general, the order of precedence is KPO argument > full pod spec > pod 
template file > airflow connection.
+When KPO defines the pod object, there may be overlap between the 
:class:`~airflow.providers.cncf.kubernetes.operators.pod.KubernetesPodOperator` 
arguments.
+In general, the order of precedence is ``full_pod_spec``, 
``pod_template_file``, or otherwise the ``V1Pod`` default.

Review Comment:
   ```suggestion
   In general, the order of precedence is ``full_pod_spec``, 
``pod_template_file``, or otherwise the ``V1Pod`` default.
   ```
   ```suggestion
   In general, the order of precedence is ``full_pod_spec``, 
``pod_template_file``, followed by ``V1Pod``, by default.
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to