Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiserver/pkg/cel/mutation/typeprovider.go

    // This TypeProvider does not have special handling for FindIdent and thus directly delegate
    // to its underlying type provider.
    func (p *TypeProvider) FindIdent(identName string) (ref.Val, bool) {
    	return p.underlyingTypeProvider.FindIdent(identName)
    }
    
    // FindStructType returns the Type give a qualified type name, by looking it up with
    // the TypeResolver and translating it to CEL Type.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 21:02:36 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top