fix whitespaces

This commit is contained in:
Priyanka Saggu 2021-04-28 07:12:02 +05:30 committed by GitHub
parent adac2e0706
commit 41d331f990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ This example demonstrates the following:
from kubernetes import client, config
def main():
config.load_kube_config()
@ -37,8 +38,7 @@ def main():
}
# Listing the cluster nodes
node_list = api_instance.list_node()
node_list = api_instance.list_node()
print("%s\t\t%s" % ("NAME", "LABELS"))
# Patching the node labels