mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	fix name
This commit is contained in:
		| @@ -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 | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jasondrogba
					jasondrogba