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
I ran the sample code,
from kubeconfig import KubeConfig conf = KubeConfig() conf.set_context('new-context', cluster='other-cluster', user='my-user') conf.use_context('new-context') print(conf.view())
I got, ImportError: cannot import name 'KubeConfig' from partially initialized module 'kubeconfig' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran the sample code,
I got,
ImportError: cannot import name 'KubeConfig' from partially initialized module 'kubeconfig' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered: