Merge pull request #1919 from mans2singh/node_labels_corr

Updated typo in example steps
This commit is contained in:
Kubernetes Prow Robot 2022-10-12 17:37:00 -07:00 committed by GitHub
commit 3fb24ad6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
"""