Merge pull request #115063 from kannon92/tracking-remove-comments

tracking with finalizers is the default way for the job controller so comments are not needed that say we are tracking with finalizers
This commit is contained in:
Kubernetes Prow Robot 2023-01-17 07:56:44 -08:00 committed by GitHub
commit 5550064bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,6 @@ func TestControllerSyncJob(t *testing.T) {
expectedConditionReason string
expectedCreatedIndexes sets.Int
// only applicable to tracking with finalizers
expectedPodPatches int
// features
@ -3112,7 +3111,6 @@ func TestGetPodsForJob(t *testing.T) {
jobDeletedInCache bool
pods []*v1.Pod
wantPods []string
// only applicable to tracking with finalizers
wantPodsFinalizer []string
}{
"only matching": {