Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WarningsForJobSpec (0.18 sec)

  1. pkg/registry/batch/job/strategy.go

    		warnings = append(warnings, fmt.Sprintf("metadata.name: this is used in Pod names and hostnames, which can result in surprising behavior; a DNS label is recommended: %v", msgs))
    	}
    	warnings = append(warnings, job.WarningsForJobSpec(ctx, field.NewPath("spec"), &newJob.Spec, nil)...)
    	return warnings
    }
    
    // generateSelectorIfNeeded checks the job's manual selector flag and generates selector labels if the flag is true.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top