Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewCompositedCompiler (0.27 sec)

  1. pkg/apis/admissionregistration/validation/validation.go

    	if !allowComposition {
    		if strictCost {
    			return strictStatelessCELCompiler
    		} else {
    			return nonStrictStatelessCELCompiler
    		}
    	}
    	compiler, err := plugincel.NewCompositedCompiler(environment.MustBaseEnvSet(environment.DefaultCompatibilityVersion(), strictCost))
    	if err != nil {
    		// should never happen, but cannot panic either.
    		utilruntime.HandleError(err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
Back to top