Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update thirdparty.py for support kubernetes_asyncio. #809

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Update thirdparty.py to using kubernetes_asyncio

248ef78
Select commit
Loading
Failed to load commit list.
Open

Update thirdparty.py for support kubernetes_asyncio. #809

Update thirdparty.py to using kubernetes_asyncio
248ef78
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 24, 2023 in 6s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 27 in kopf/_cogs/helpers/thirdparty.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'V1OwnerReference' is not used.

Check notice on line 28 in kopf/_cogs/helpers/thirdparty.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.