listCoreV1Node | SELECT | cluster_addr, protocol | list or watch objects of kind Node |
readCoreV1Node | SELECT | name, cluster_addr, protocol | read the specified Node |
createCoreV1Node | INSERT | cluster_addr, protocol | create a Node |
deleteCoreV1CollectionNode | DELETE | cluster_addr, protocol | delete collection of Node |
deleteCoreV1Node | DELETE | name, cluster_addr, protocol | delete a Node |
patchCoreV1Node | EXEC | name, cluster_addr, protocol | partially update the specified Node |
patchCoreV1NodeStatus | EXEC | name, cluster_addr, protocol | partially update status of the specified Node |
readCoreV1NodeStatus | EXEC | name, cluster_addr, protocol | read status of the specified Node |
replaceCoreV1Node | EXEC | name, cluster_addr, protocol | replace the specified Node |
replaceCoreV1NodeStatus | EXEC | name, cluster_addr, protocol | replace status of the specified Node |
watchCoreV1Node | EXEC | name, cluster_addr, protocol | watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NodeList | EXEC | cluster_addr, protocol | watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead. |