Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 70237af + 9b614c3 commit 4729e68Copy full SHA for 4729e68
README.md
@@ -35,7 +35,7 @@ from kubernetes import client, config
35
# Configs can be set in Configuration class directly or using helper utility
36
config.load_kube_config()
37
38
-v1=client.CoreV1Api()
+v1 = client.CoreV1Api()
39
print("Listing pods with their IPs:")
40
ret = v1.list_pod_for_all_namespaces(watch=False)
41
for i in ret.items:
0 commit comments