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 1517bca commit 9b614c3Copy full SHA for 9b614c3
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