8000 Merge pull request #1919 from mans2singh/node_labels_corr · FlorianJDF/kubernetes-python@3fb24ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fb24ad

Browse files
authored
Merge pull request kubernetes-client#1919 from mans2singh/node_labels_corr
Updated typo in example steps
2 parents 9be0971 + 97f23e0 commit 3fb24ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/node_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
This example demonstrates the following:
1717
- Get a list of all the cluster nodes
1818
- Iterate through each node list item
19-
- Add or overwirite label "foo" with the value "bar"
19+
- Add or overwrite label "foo" with the value "bar"
2020
- Remove the label "baz"
2121
- Return the list of node with updated labels
2222
"""

0 commit comments

Comments
 (0)
0