kaxil commented on a change in pull request #10727:
URL: https://github.com/apache/airflow/pull/10727#discussion_r483763836



##########
File path: airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
##########
@@ -146,6 +146,9 @@ class KubernetesPodOperator(BaseOperator):  # pylint: 
disable=too-many-instance-
     :type pod_template_file: str
     :param priority_class_name: priority class name for the launched Pod
     :type priority_class_name: str
+    :param termination_grace_period: Termination grace period if task killed 
in UI,
+    defaults to kubernetes default
+    :type termination_grace_period: int

Review comment:
       ```suggestion
       :param termination_grace_period: Termination grace period if task killed 
in UI,
           defaults to kubernetes default
       :type termination_grace_period: int
   ```




----------------------------------------------------------------
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:
[email protected]


Reply via email to