listCoreV1NamespacedService | SELECT | namespace | list or watch objects of kind Service |
listCoreV1ServiceForAllNamespaces | SELECT | | list or watch objects of kind Service |
readCoreV1NamespacedService | SELECT | name, namespace | read the specified Service |
createCoreV1NamespacedService | INSERT | namespace | create a Service |
deleteCoreV1CollectionNamespacedService | DELETE | namespace | delete collection of Service |
deleteCoreV1NamespacedService | DELETE | name, namespace | delete a Service |
patchCoreV1NamespacedService | EXEC | name, namespace | partially update the specified Service |
patchCoreV1NamespacedServiceStatus | EXEC | name, namespace | partially update status of the specified Service |
readCoreV1NamespacedServiceStatus | EXEC | name, namespace | read status of the specified Service |
replaceCoreV1NamespacedService | EXEC | name, namespace | replace the specified Service |
replaceCoreV1NamespacedServiceStatus | EXEC | name, namespace | replace status of the specified Service |
watchCoreV1NamespacedService | EXEC | name, namespace | 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 | watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1ServiceListForAllNamespaces | EXEC | | watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. |