We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d331f commit b5d41cbCopy full SHA for b5d41cb
examples/node_labels.py
@@ -38,9 +38,9 @@ def main():
38
}
39
40
# Listing the cluster nodes
41
- node_list = api_instance.list_node()
+ node_list = api_instance.list_node()
42
+
43
print("%s\t\t%s" % ("NAME", "LABELS"))
-
44
# Patching the node labels
45
for node in node_list.items:
46
api_response = api_instance.patch_node(node.metadata.name, body)
0 commit comments