feluelle commented on a change in pull request #5786: [AIRFLOW-5170] Fix
encoding pragmas, consistent licences for python files and related pylint fixes
URL: https://github.com/apache/airflow/pull/5786#discussion_r314899398
##########
File path: airflow/kubernetes/kube_client.py
##########
@@ -41,6 +44,13 @@ def _load_kube_config(in_cluster, cluster_context,
config_file):
def get_kube_client(in_cluster=conf.getboolean('kubernetes', 'in_cluster'),
cluster_context=None,
config_file=None):
+ """
+ Retrieves Kubernetes client
Review comment:
and could you add `:type`s below, please :)
----------------------------------------------------------------
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]
With regards,
Apache Git Services