mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 02:08:13 +00:00 
			
		
		
		
	Job: Use jobSuspended util for suspended detection
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
This commit is contained in:
		| @@ -1007,7 +1007,7 @@ func (jm *Controller) syncJob(ctx context.Context, key string) (rErr error) { | ||||
| 			// Update the conditions / emit events only if manageJob was called in | ||||
| 			// this syncJob. Otherwise wait for the right syncJob call to make | ||||
| 			// updates. | ||||
| 			if job.Spec.Suspend != nil && *job.Spec.Suspend { | ||||
| 			if jobSuspended(&job) { | ||||
| 				// Job can be in the suspended state only if it is NOT completed. | ||||
| 				var isUpdated bool | ||||
| 				job.Status.Conditions, isUpdated = ensureJobConditionStatus(job.Status.Conditions, batch.JobSuspended, v1.ConditionTrue, "JobSuspended", "Job suspended", jm.clock.Now()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yuki Iwai
					Yuki Iwai