mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
fix name
This commit is contained in:
parent
2d0a4f7556
commit
94d90fafee
@ -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