listCoreV1NamespacedService | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind Service |
listCoreV1ServiceForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind Service |
readCoreV1NamespacedService | SELECT | name, namespace, cluster_addr, protocol | read the specified Service |
createCoreV1NamespacedService | INSERT | namespace, cluster_addr, protocol | create a Service |
deleteCoreV1CollectionNamespacedService | DELETE | namespace, cluster_addr, protocol | delete collection of Service |
deleteCoreV1NamespacedService | DELETE | name, namespace, cluster_addr, protocol | delete a Service |
patchCoreV1NamespacedService | EXEC | name, namespace, cluster_addr, protocol | partially update the specified Service |
patchCoreV1NamespacedServiceStatus | EXEC | name, namespace, cluster_addr, protocol | partially update status of the specified Service |
readCoreV1NamespacedServiceStatus | EXEC | name, namespace, cluster_addr, protocol | read status of the specified Service |
replaceCoreV1NamespacedService | EXEC | name, namespace, cluster_addr, protocol | replace the specified Service |
replaceCoreV1NamespacedServiceStatus | EXEC | name, namespace, cluster_addr, protocol | replace status of the specified Service |
watchCoreV1NamespacedService | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedServiceList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1ServiceListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |