mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #129637 from jasondrogba/fix-comment
Fix incorrect function name in comment
This commit is contained in:
commit
f64b651eba
@ -272,7 +272,7 @@ func getJobFromTemplate2(cj *batchv1.CronJob, scheduledTime time.Time) (*batchv1
|
||||
return job, nil
|
||||
}
|
||||
|
||||
// getTimeHash returns Unix Epoch Time in minutes
|
||||
// getTimeHashInMinutes returns Unix Epoch Time in minutes
|
||||
func getTimeHashInMinutes(scheduledTime time.Time) int64 {
|
||||
return scheduledTime.Unix() / 60
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user