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
As part of API K8s v23.6.0 #211, the documentation has been updated and as per latest docstring of read_namespaced_pod_log
read_namespaced_pod_log
:param follow: Follow the log stream of the pod. Defaults to false. :type follow: bool
but the global variable PYDOC_FOLLOW_PARAM is still set as :param bool follow: which needs updation
:param bool follow:
The text was updated successfully, but these errors were encountered:
Sorry my bad my venv had older version installed. i didn't realize that. this is fixed as part of #216 . Sorry for the confusion. i will close it
Sorry, something went wrong.
No worries! By the way, thanks for your engagement in the library.
No branches or pull requests
As part of API K8s v23.6.0 #211, the documentation has been updated and as per latest docstring of
read_namespaced_pod_log
but the global variable PYDOC_FOLLOW_PARAM is still set as
:param bool follow:
which needs updationThe text was updated successfully, but these errors were encountered: