potiuk commented on a change in pull request #5786:  [AIRFLOW-5170] 
[AIRFLOW-5256] Consistent licences for python files and related pylint fixes
URL: https://github.com/apache/airflow/pull/5786#discussion_r323030552
 
 

 ##########
 File path: airflow/executors/kubernetes_executor.py
 ##########
 @@ -397,7 +416,9 @@ def process_status(self, pod_id, status, labels, 
resource_version):
 
 
 class AirflowKubernetesScheduler(LoggingMixin):
+    """Airflow Scheduler for Kubernetes"""
     def __init__(self, kube_config, task_queue, result_queue, kube_client, 
worker_uuid):
+        """Creates the executor"""
 
 Review comment:
   Done

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to