Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findStructType (0.5 sec)

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

    	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.
    // If the type is not known to the TypeResolver, the lookup falls back to the underlying
    // TypeProvider instead.
    func (p *TypeProvider) FindStructType(structType string) (*types.Type, bool) {
    	t, ok := p.typeResolver.Resolve(structType)
    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