mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 10:27:56 +00:00
fix typo: Modify PodTrackingWithFinalizers to JobTrackingWithFinalizers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user