Updated example steps

This commit is contained in:
mans2singh 2022-10-12 20:21:25 -04:00 committed by Yu Liao
parent b814cf68d0
commit 0a6ca827a9

View File

@ -16,7 +16,7 @@
This example demonstrates the following:
- Get a list of all the cluster nodes
- Iterate through each node list item
- Add or overwirite label "foo" with the value "bar"
- Add or overwrite label "foo" with the value "bar"
- Remove the label "baz"
- Return the list of node with updated labels
"""