listCoreV1NamespacedPod | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind Pod |
listCoreV1PodForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind Pod |
readCoreV1NamespacedPod | SELECT | name, namespace, cluster_addr, protocol | read the specified Pod |
createCoreV1NamespacedPod | INSERT | namespace, cluster_addr, protocol | create a Pod |
deleteCoreV1CollectionNamespacedPod | DELETE | namespace, cluster_addr, protocol | delete collection of Pod |
deleteCoreV1NamespacedPod | DELETE | name, namespace, cluster_addr, protocol | delete a Pod |
patchCoreV1NamespacedPod | EXEC | name, namespace, cluster_addr, protocol | partially update the specified Pod |
patchCoreV1NamespacedPodEphemeralcontainers | EXEC | name, namespace, cluster_addr, protocol | partially update ephemeralcontainers of the specified Pod |
patchCoreV1NamespacedPodStatus | EXEC | name, namespace, cluster_addr, protocol | partially update status of the specified Pod |
readCoreV1NamespacedPodEphemeralcontainers | EXEC | name, namespace, cluster_addr, protocol | read ephemeralcontainers of the specified Pod |
readCoreV1NamespacedPodLog | EXEC | name, namespace, cluster_addr, protocol | read log of the specified Pod |
readCoreV1NamespacedPodStatus | EXEC | name, namespace, cluster_addr, protocol | read status of the specified Pod |
replaceCoreV1NamespacedPod | EXEC | name, namespace, cluster_addr, protocol | replace the specified Pod |
replaceCoreV1NamespacedPodEphemeralcontainers | EXEC | name, namespace, cluster_addr, protocol | replace ephemeralcontainers of the specified Pod |
replaceCoreV1NamespacedPodStatus | EXEC | name, namespace, cluster_addr, protocol | replace status of the specified Pod |
watchCoreV1NamespacedPod | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedPodList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1PodListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. |