listCoreV1NamespacedPodTemplate | SELECT | namespace | list or watch objects of kind PodTemplate |
listCoreV1PodTemplateForAllNamespaces | SELECT | | list or watch objects of kind PodTemplate |
readCoreV1NamespacedPodTemplate | SELECT | name, namespace | read the specified PodTemplate |
createCoreV1NamespacedPodTemplate | INSERT | namespace | create a PodTemplate |
deleteCoreV1CollectionNamespacedPodTemplate | DELETE | namespace | delete collection of PodTemplate |
deleteCoreV1NamespacedPodTemplate | DELETE | name, namespace | delete a PodTemplate |
patchCoreV1NamespacedPodTemplate | EXEC | name, namespace | partially update the specified PodTemplate |
replaceCoreV1NamespacedPodTemplate | EXEC | name, namespace | replace the specified PodTemplate |
watchCoreV1NamespacedPodTemplate | EXEC | name, namespace | 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 | watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1PodTemplateListForAllNamespaces | EXEC | | watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. |