fix(coordinator): use genericKubernetesResources API for Argo Rollout scaling #44

Merged
Janis merged 2 commits from fix/coordinator-kubernetes into main 2026-05-02 22:27:18 +02:00

2 Commits

Author SHA1 Message Date
Janis 1470253aeb fix(coordinator): improve type safety in rolloutSpec method
Build & Test (NowChessSystems) TeamCity build failed
2026-05-02 22:25:36 +02:00
Janis dadfb4d72e fix(coordinator): use genericKubernetesResources API for Argo Rollout scaling
Build & Test (NowChessSystems) TeamCity build finished
fabric8 disallows client.resources(classOf[GenericKubernetesResource]) — throws
KubernetesClientException at runtime. Switch to genericKubernetesResources(apiVersion, kind)
which is the correct API for CRDs.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-05-02 20:41:01 +02:00