Skip to content

Commit

Permalink
Update node_labels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 authored Apr 28, 2021
1 parent b5d41cb commit 60e8c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/node_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60e8c89

Please sign in to comment.