Add Dynamic service type to wasm configuration and implement DynamicService for descriptor-based message building. ## Tasks - [x] Add `Dynamic` variant to `ServiceType` enum - [x] Unit test: deserialization of dynamic service config - [x] Extend `Service` struct with `grpc_service` and `grpc_method` fields - [x] Unit test: config parsing - [x] Implement `DynamicService` struct with descriptor pool - [x] Unit test: message building from static data - [x] Update `ServiceInstance` enum to include `Dynamic` ## Reference Design doc: [grpc-reflection-dynamic-messages-design.md](https://github.com/Kuadrant/kuadrant-operator/blob/main/doc/proposals/grpc-reflection-dynamic-messages-design.md#phase-23-wasm-dynamic-service-type)
Add Dynamic service type to wasm configuration and implement DynamicService for descriptor-based message building.
Tasks
Dynamicvariant toServiceTypeenumServicestruct withgrpc_serviceandgrpc_methodfieldsDynamicServicestruct with descriptor poolServiceInstanceenum to includeDynamicReference
Design doc: grpc-reflection-dynamic-messages-design.md