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 5e512ff commit 4e53577Copy full SHA for 4e53577
examples/example3.py
@@ -22,7 +22,7 @@ def main():
22
config.load_kube_config()
23
24
print("Supported APIs (* is preferred version):")
25
- print("%-20s %s" %
+ print("%-40s %s" %
26
("core", ",".join(client.CoreApi().get_api_versions().versions)))
27
for api in client.ApisApi().get_api_versions().groups:
28
versions = []
0 commit comments