Skip to content

Commit 60e8c89

Browse files
Update node_labels.py
1 parent b5d41cb commit 60e8c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/node_labels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ def main():
3636
"baz": None}
3737
}
3838
}
39-
39+
4040
# Listing the cluster nodes
4141
node_list = api_instance.list_node()
42-
42+
4343
print("%s\t\t%s" % ("NAME", "LABELS"))
4444
# Patching the node labels
4545
for node in node_list.items:

0 commit comments

Comments
 (0)