Add Job.status.uncountedPodUIDs

For tracking Job Pods that have finished but are not yet counted as failed or succeeded

And feature gate JobTrackingWithFinalizers

Change-Id: I3e080f3ec090922640384b692e88eaf9a544d3b5
This commit is contained in:
Aldo Culquicondor
2021-01-18 13:36:03 -05:00
parent 657c6fe033
commit bb56a0bd04
25 changed files with 1183 additions and 192 deletions

View File

@@ -149,7 +149,7 @@ func TestSelectorImmutability(t *testing.T) {
},
map[string]string{"a": "b"},
map[string]string{"c": "d"},
field.ErrorList{},
nil,
},
}

View File

@@ -187,7 +187,7 @@ func TestSelectorImmutability(t *testing.T) {
},
map[string]string{"a": "b"},
map[string]string{"c": "d"},
field.ErrorList{},
nil,
},
}