Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSpec (3.42 sec)

  1. pkg/apis/batch/validation/validation_test.go

    				return
    			}
    
    			oldSpec := v.cronJob.DeepCopy()
    			oldSpec.ResourceVersion = "1"
    
    			newSpec := v.cronJob.DeepCopy()
    			newSpec.ResourceVersion = "2"
    			if v.update != nil {
    				v.update(newSpec)
    			}
    
    			errs = ValidateCronJobUpdate(newSpec, oldSpec, corevalidation.PodValidationOptions{})
    			if len(errs) > 0 {
    				err := errs[0]
    				if len(v.updateErr) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
Back to top