pgagnon commented on a change in pull request #4772: [AIRFLOW-3937]
KubernetesPodOperator support for envFrom configMapRef…
URL: https://github.com/apache/airflow/pull/4772#discussion_r261918489
##########
File path: airflow/contrib/kubernetes/secret.py
##########
@@ -39,3 +39,10 @@ def __init__(self, deploy_type, deploy_target, secret, key):
self.deploy_target = deploy_target
self.secret = secret
self.key = key
+
+
+class SecretObject:
Review comment:
It's not clear to me why this class is useful if it only contains a single
`name` member.
----------------------------------------------------------------
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