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 2022/03/21 03:13:19 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #21077: Kubernetes decorator

uranusjr commented on a change in pull request #21077:
URL: https://github.com/apache/airflow/pull/21077#discussion_r830728403



##########
File path: airflow/decorators/__init__.pyi
##########
@@ -251,5 +251,120 @@ class TaskDecoratorCollection:
         :param cap_add: Include container capabilities
         """
         # [END decorator_signature]
+    def kubernetes(
+        self,

Review comment:
       ```suggestion
       def kubernetes(
           self,
           *,
   ```
   
   Arguments on `KubernetesOperator` are keyword-only, so these need to be as well.




-- 
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-unsubscribe@airflow.apache.org

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