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



##########
File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py
##########
@@ -57,6 +60,21 @@ class KubernetesHook(BaseHook):
     conn_name_attr = 'kubernetes_conn_id'
     default_conn_name = 'kubernetes_default'
     conn_type = 'kubernetes'
+    hook_name = 'Kubernetes Cluster Connection'
+
+    @staticmethod
+    def monkey_patch_connection_form(form_to_patch):

Review comment:
       Why do we need a monkeypatch? There is no other way to do this without 
it?




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