listCoreV1NamespacedPodTemplate | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind PodTemplate |
listCoreV1PodTemplateForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind PodTemplate |
readCoreV1NamespacedPodTemplate | SELECT | name, namespace, cluster_addr, protocol | read the specified PodTemplate |
createCoreV1NamespacedPodTemplate | INSERT | namespace, cluster_addr, protocol | create a PodTemplate |
deleteCoreV1CollectionNamespacedPodTemplate | DELETE | namespace, cluster_addr, protocol | delete collection of PodTemplate |
deleteCoreV1NamespacedPodTemplate | DELETE | name, namespace, cluster_addr, protocol | delete a PodTemplate |
patchCoreV1NamespacedPodTemplate | EXEC | name, namespace, cluster_addr, protocol | partially update the specified PodTemplate |
replaceCoreV1NamespacedPodTemplate | EXEC | name, namespace, cluster_addr, protocol | replace the specified PodTemplate |
watchCoreV1NamespacedPodTemplate | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedPodTemplateList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1PodTemplateListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |