Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newRatchetingValueValidator (0.24 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/validation/ratcheting.go

    		return sv.Validate(new)
    	}
    
    	correlation := opts.CorrelatedObject
    	if correlation == nil {
    		correlation = common.NewCorrelatedObject(new, old, &celopenapi.Schema{Schema: r.schema})
    	}
    
    	return newRatchetingValueValidator(
    		correlation,
    		r.schemaArgs,
    	).Validate(new)
    }
    
    // ratchetingValueValidator represents an invocation of SchemaValidator.ValidateUpdate
    // for specific arguments for `old` and `new`
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 26 21:17:17 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top