fix whitspaces

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

View File

@ -38,9 +38,9 @@ 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
for node in node_list.items:
api_response = api_instance.patch_node(node.metadata.name, body)