Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BinaryBinding (0.39 sec)

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

    }
    
    var formatLibraryDecls = map[string][]cel.FunctionOpt{
    	"validate": {
    		cel.MemberOverload("format-validate", []*cel.Type{apiservercel.FormatType, cel.StringType}, cel.OptionalType(cel.ListType(cel.StringType)), cel.BinaryBinding(formatValidate)),
    	},
    	"format.named": {
    		cel.Overload("format-named", []*cel.Type{cel.StringType}, cel.OptionalType(apiservercel.FormatType), cel.UnaryBinding(func(name ref.Val) ref.Val {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top