fix typo: Modify PodTrackingWithFinalizers to JobTrackingWithFinalizers

This commit is contained in:
wangyamei
2021-08-23 15:38:30 +08:00
parent 3a26b864f4
commit c128411815
5 changed files with 5 additions and 5 deletions

View File

@@ -277,7 +277,7 @@ type JobStatus struct {
// counter.
//
// This field is alpha-level. The job controller only makes use of this field
// when the feature gate PodTrackingWithFinalizers is enabled.
// when the feature gate JobTrackingWithFinalizers is enabled.
// Old jobs might not be tracked using this field, in which case the field
// remains null.
// +optional