jedcunningham commented on a change in pull request #20031:
URL: https://github.com/apache/airflow/pull/20031#discussion_r762342060



##########
File path: airflow/providers/cncf/kubernetes/backcompat/pod.py
##########
@@ -15,9 +15,18 @@
 # specific language governing permissions and limitations
 # under the License.
 """Classes for interacting with Kubernetes API"""
+"""This module is deprecated. Please use 
:mod:`kubernetes.client.models.V1ResourceRequirements` and 
`kubernetes.client.models.V1ContainerPort`."""

Review comment:
       ```suggestion
   """This module is deprecated. Please use 
:mod:`kubernetes.client.models.V1ResourceRequirements` and 
:mod:`kubernetes.client.models.V1ContainerPort`."""
   ```
   
   (Sorry, I edited this into late in my last suggestion it seems)




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to