fix whitspaces
This commit is contained in:
parent
41d331f990
commit
b5d41cb3eb
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user