listCoreV1NamespacedReplicationController | SELECT | namespace | list or watch objects of kind ReplicationController |
listCoreV1ReplicationControllerForAllNamespaces | SELECT | | list or watch objects of kind ReplicationController |
readCoreV1NamespacedReplicationController | SELECT | name, namespace | read the specified ReplicationController |
createCoreV1NamespacedReplicationController | INSERT | namespace | create a ReplicationController |
deleteCoreV1CollectionNamespacedReplicationController | DELETE | namespace | delete collection of ReplicationController |
deleteCoreV1NamespacedReplicationController | DELETE | name, namespace | delete a ReplicationController |
patchCoreV1NamespacedReplicationController | EXEC | name, namespace | partially update the specified ReplicationController |
patchCoreV1NamespacedReplicationControllerStatus | EXEC | name, namespace | partially update status of the specified ReplicationController |
readCoreV1NamespacedReplicationControllerStatus | EXEC | name, namespace | read status of the specified ReplicationController |
replaceCoreV1NamespacedReplicationController | EXEC | name, namespace | replace the specified ReplicationController |
replaceCoreV1NamespacedReplicationControllerStatus | EXEC | name, namespace | replace status of the specified ReplicationController |
watchCoreV1NamespacedReplicationController | EXEC | name, namespace | 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 | watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1ReplicationControllerListForAllNamespaces | EXEC | | watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. |