listCoreV1LimitRangeForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind LimitRange |
listCoreV1NamespacedLimitRange | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind LimitRange |
readCoreV1NamespacedLimitRange | SELECT | name, namespace, cluster_addr, protocol | read the specified LimitRange |
createCoreV1NamespacedLimitRange | INSERT | namespace, cluster_addr, protocol | create a LimitRange |
deleteCoreV1CollectionNamespacedLimitRange | DELETE | namespace, cluster_addr, protocol | delete collection of LimitRange |
deleteCoreV1NamespacedLimitRange | DELETE | name, namespace, cluster_addr, protocol | delete a LimitRange |
patchCoreV1NamespacedLimitRange | EXEC | name, namespace, cluster_addr, protocol | partially update the specified LimitRange |
replaceCoreV1NamespacedLimitRange | EXEC | name, namespace, cluster_addr, protocol | replace the specified LimitRange |
watchCoreV1LimitRangeListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1NamespacedLimitRange | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedLimitRangeList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. |