potiuk commented on a change in pull request #5786:  [AIRFLOW-5170] 
[AIRFLOW-5256] Consistent licences for python files and related pylint fixes
URL: https://github.com/apache/airflow/pull/5786#discussion_r324488969
 
 

 ##########
 File path: airflow/kubernetes/volume.py
 ##########
 @@ -25,20 +25,22 @@
 
 
 class Volume(K8SModel):
+    """
+    Adds Kubernetes Volume to pod. allows pod to access features like 
ConfigMaps
+    and Persistent Volumes
+    :param name: the name of the volume mount
+    :type name: str
+    :param configs: dictionary of any features needed for volume.
+    We purposely keep this vague since there are multiple volume types with 
changing
 
 Review comment:
   Fixed.

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


With regards,
Apache Git Services

Reply via email to