patryk126p commented on issue #23727:
URL: https://github.com/apache/airflow/issues/23727#issuecomment-1134202626
@dstandish are you asking just for import statement? If yes then here it is:
```
from kubernetes.client.models import (
V1Container,
V1ObjectMeta,
V1Pod,
V1PodSpec,
V1ResourceRequirements,
)
```
--
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]