mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
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:
commit
5550064bc2
@ -238,7 +238,6 @@ func TestControllerSyncJob(t *testing.T) {
|
|||||||
expectedConditionReason string
|
expectedConditionReason string
|
||||||
expectedCreatedIndexes sets.Int
|
expectedCreatedIndexes sets.Int
|
||||||
|
|
||||||
// only applicable to tracking with finalizers
|
|
||||||
expectedPodPatches int
|
expectedPodPatches int
|
||||||
|
|
||||||
// features
|
// features
|
||||||
@ -3112,7 +3111,6 @@ func TestGetPodsForJob(t *testing.T) {
|
|||||||
jobDeletedInCache bool
|
jobDeletedInCache bool
|
||||||
pods []*v1.Pod
|
pods []*v1.Pod
|
||||||
wantPods []string
|
wantPods []string
|
||||||
// only applicable to tracking with finalizers
|
|
||||||
wantPodsFinalizer []string
|
wantPodsFinalizer []string
|
||||||
}{
|
}{
|
||||||
"only matching": {
|
"only matching": {
|
||||||
|
Loading…
Reference in New Issue
Block a user