Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OptionalTypes (0.11 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/cost_test.go

    	env, err := cel.NewEnv(
    		ext.Strings(ext.StringsVersion(2)),
    		URLs(),
    		Regex(),
    		Lists(),
    		Authz(),
    		Quantity(),
    		ext.Sets(),
    		IP(),
    		CIDR(),
    		Format(),
    		cel.OptionalTypes(),
    		// cel-go v0.17.7 introduced CostEstimatorOptions.
    		// Previous the presence has a cost of 0 but cel fixed it to 1. We still set to 0 here to avoid breaking changes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 40.8K bytes
    - Viewed (0)
Back to top