We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
kr8s
All apis that are non-async, actually have the async api typehint.
Pod.get typehint shows up as this:
(method) def get( name: str | None = None, namespace: str | None = None, api: Api | None = None, label_selector: str | dict[str, str] | None = None, field_selector: str | dict[str, str] | None = None, timeout: int = 2, **kwargs: Unknown ) -> Coroutine[Any, Any, Pod]
No response
The text was updated successfully, but these errors were encountered:
This is a known issue. There is a discussion of potential solutions in #491. Closing as a duplicate of #491.
Sorry, something went wrong.
No branches or pull requests
Which project are you reporting a bug for?
kr8s
What happened?
All apis that are non-async, actually have the async api typehint.
Pod.get typehint shows up as this:
Anything else?
No response
The text was updated successfully, but these errors were encountered: