fix(coordinator): use genericKubernetesResources API for Argo Rollout scaling #43
Reference in New Issue
Block a user
Delete Branch "fix/coordinator-kubernetes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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