Files
kubernetes/test
Kevin Hannon 3c91eba80c test: Fix PodGroup CRUD test failing due to missing Workload reference
Remove PodGroupTemplateRef from the PodGroup e2e CRUD test. The
PodGroupWorkloadExists admission plugin (introduced in #137464)
rejects PodGroups that reference a non-existent Workload, causing
the test to fail. The workload reference is not needed to test
basic PodGroup API CRUD operations.
2026-03-19 15:36:38 -04:00
..