listCoreV1EndpointsForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind Endpoints |
listCoreV1NamespacedEndpoints | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind Endpoints |
readCoreV1NamespacedEndpoints | SELECT | name, namespace, cluster_addr, protocol | read the specified Endpoints |
createCoreV1NamespacedEndpoints | INSERT | namespace, cluster_addr, protocol | create Endpoints |
deleteCoreV1CollectionNamespacedEndpoints | DELETE | namespace, cluster_addr, protocol | delete collection of Endpoints |
deleteCoreV1NamespacedEndpoints | DELETE | name, namespace, cluster_addr, protocol | delete Endpoints |
patchCoreV1NamespacedEndpoints | EXEC | name, namespace, cluster_addr, protocol | partially update the specified Endpoints |
replaceCoreV1NamespacedEndpoints | EXEC | name, namespace, cluster_addr, protocol | replace the specified Endpoints |
watchCoreV1EndpointsListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1NamespacedEndpoints | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedEndpointsList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. |