Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateReplicationControllerUpdate (0.31 sec)

  1. pkg/registry/core/replicationcontroller/strategy.go

    	opts := pod.GetValidationOptionsFromPodTemplate(newRc.Spec.Template, oldRc.Spec.Template)
    	validationErrorList := corevalidation.ValidateReplicationController(newRc, opts)
    	updateErrorList := corevalidation.ValidateReplicationControllerUpdate(newRc, oldRc, opts)
    	errs := append(validationErrorList, updateErrorList...)
    
    	for key, value := range helper.NonConvertibleFields(oldRc.Annotations) {
    		parts := strings.Split(key, "/")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 16 21:06:10 UTC 2022
    - 9.7K bytes
    - Viewed (0)
Back to top