From 60e8c895a5ca0fe639739cfd8708564eb357f53b Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Wed, 28 Apr 2021 22:09:40 +0530 Subject: [PATCH] Update node_labels.py --- examples/node_labels.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/node_labels.py b/examples/node_labels.py index 462ff9868c..f71c8126e5 100644 --- a/examples/node_labels.py +++ b/examples/node_labels.py @@ -36,10 +36,10 @@ def main(): "baz": None} } } - + # Listing the cluster nodes node_list = api_instance.list_node() - + print("%s\t\t%s" % ("NAME", "LABELS")) # Patching the node labels for node in node_list.items: