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

Merged
Janis merged 1 commits from fix/coordinator-kubernetes into main 2026-05-02 21:22:54 +02:00
Member

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

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>
Janis added 1 commit 2026-05-02 21:01:53 +02:00
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>
Janis merged commit fa3c6b2886 into main 2026-05-02 21:22:54 +02:00
Janis deleted branch fix/coordinator-kubernetes 2026-05-02 21:22:54 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NowChess/NowChessSystems#43