## Description Rename `RegisterUpstreamMethod` to `RegisterActionMethod` across the gRPC proto, SDK types, server handler, and client implementation. ## Acceptance Criteria - [ ] gRPC proto RPC renamed from `RegisterUpstreamMethod` to `RegisterActionMethod` - [ ] `UpstreamConfig` type renamed to `ActionMethodConfig` - [ ] `KuadrantCtx` interface updated - [ ] Server-side handler renamed - [ ] Client-side implementation renamed - [ ] Unit tests ## References - Design: [extensions-SDK-action-pipeline-design.md](https://github.com/Kuadrant/kuadrant-operator/blob/action-pipeline-proposal/doc/proposals/extensions-SDK-action-pipeline-design.md) - Parent: #1898
Description
Rename
RegisterUpstreamMethodtoRegisterActionMethodacross the gRPC proto, SDK types, server handler, and client implementation.Acceptance Criteria
RegisterUpstreamMethodtoRegisterActionMethodUpstreamConfigtype renamed toActionMethodConfigKuadrantCtxinterface updatedReferences