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 2020/08/21 19:21:19 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #10447: Add connection caching to KubernetesHook

turbaszek commented on a change in pull request #10447:
URL: https://github.com/apache/airflow/pull/10447#discussion_r474886643



##########
File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py
##########
@@ -46,11 +46,14 @@ def __init__(
     ):
         super().__init__()
         self.conn_id = conn_id
+        self._client: Optional[client.ApiClient] = None

Review comment:
       I can do, but this introduces fewer changes. I think we do not have a unified pattern for this 




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