mik-laj commented on a change in pull request #10447:
URL: https://github.com/apache/airflow/pull/10447#discussion_r482838268



##########
File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py
##########
@@ -44,6 +45,7 @@ def __init__(self, conn_id: str = "kubernetes_default"):
         super().__init__()
         self.conn_id = conn_id
 
+    @cached_property

Review comment:
       It is incorrect. It should be method. If you want, you could create a 
new property e.g. client and then this method can use this property. 




----------------------------------------------------------------
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