We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e53577 commit c3f36bdCopy full SHA for c3f36bd
examples/example4.py
@@ -32,7 +32,7 @@ def main():
32
# utility
33
config.load_kube_config(context=option)
34
35
- print("Active host is %s" % configuration.host)
+ print("Active host is %s" % configuration.Configuration().host)
36
37
v1 = client.CoreV1Api()
38
print("Listing pods with their IPs:")
0 commit comments