listCoreV1NamespacedReplicationController | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind ReplicationController |
listCoreV1ReplicationControllerForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind ReplicationController |
readCoreV1NamespacedReplicationController | SELECT | name, namespace, cluster_addr, protocol | read the specified ReplicationController |
createCoreV1NamespacedReplicationController | INSERT | namespace, cluster_addr, protocol | create a ReplicationController |
deleteCoreV1CollectionNamespacedReplicationController | DELETE | namespace, cluster_addr, protocol | delete collection of ReplicationController |
deleteCoreV1NamespacedReplicationController | DELETE | name, namespace, cluster_addr, protocol | delete a ReplicationController |
patchCoreV1NamespacedReplicationController | EXEC | name, namespace, cluster_addr, protocol | partially update the specified ReplicationController |
patchCoreV1NamespacedReplicationControllerStatus | EXEC | name, namespace, cluster_addr, protocol | partially update status of the specified ReplicationController |
readCoreV1NamespacedReplicationControllerStatus | EXEC | name, namespace, cluster_addr, protocol | read status of the specified ReplicationController |
replaceCoreV1NamespacedReplicationController | EXEC | name, namespace, cluster_addr, protocol | replace the specified ReplicationController |
replaceCoreV1NamespacedReplicationControllerStatus | EXEC | name, namespace, cluster_addr, protocol | replace status of the specified ReplicationController |
watchCoreV1NamespacedReplicationController | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedReplicationControllerList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1ReplicationControllerListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. |