Skip to content

feat: include Job and CronJob pods in service pod lookup#204

Merged
vigneshrajsb merged 1 commit intomainfrom
vb/service-job-cronjob-pods
May 8, 2026
Merged

feat: include Job and CronJob pods in service pod lookup#204
vigneshrajsb merged 1 commit intomainfrom
vb/service-job-cronjob-pods

Conversation

@vigneshrajsb
Copy link
Copy Markdown
Contributor

@vigneshrajsb vigneshrajsb commented May 8, 2026

Summary

  • extend the service pod resolver to include Job and CronJob workloads
  • include completed and failed Job/CronJob pods while preserving Deployment and StatefulSet terminal filtering
  • add unit coverage for Deployment, StatefulSet, Job, Job selector fallback, CronJob child Jobs, and empty workload results

Root cause

The service-level pods endpoint only resolved Deployment and StatefulSet selectors, so service workloads represented by Jobs or CronJobs returned an empty pod list even when those pods existed at the build namespace level.

@vigneshrajsb vigneshrajsb changed the title [codex] Include Job pods in service pod lookup feat: include Job and CronJob pods in service pod lookup May 8, 2026
@vigneshrajsb vigneshrajsb marked this pull request as ready for review May 8, 2026 19:05
@vigneshrajsb vigneshrajsb requested a review from a team as a code owner May 8, 2026 19:05
@vigneshrajsb vigneshrajsb merged commit f473427 into main May 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant