Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CostLimit (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/environment/base.go

    			cel.CostEstimatorOptions(checker.PresenceTestHasCost(false)),
    		},
    		ProgramOptions: []cel.ProgramOption{
    			cel.EvalOptions(cel.OptOptimize, cel.OptTrackCost),
    			cel.CostLimit(celconfig.PerCallLimit),
    
    			// cel-go v0.17.7 change the cost of has() from 0 to 1, but also provided the CostEstimatorOptions option to preserve the old behavior, so we enabled it at the same time we bumped our cel version to v0.17.7.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 15:51:08 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top