Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for accessTypeInfo (0.13 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/cel_validation.go

    }
    
    type typeInfoAccessor interface {
    	// accessTypeInfo looks up type information for a child schema from a non-nil parentTypeInfo and returns it,
    	// or returns nil if the child schema information is not accessible. For example, a nil
    	// return value is expected when a property name is unescapable in CEL.
    	// The caller MUST ensure the provided parentTypeInfo is non-nil.
    	accessTypeInfo(parentTypeInfo *CELTypeInfo) *CELTypeInfo
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 13.8K bytes
    - Viewed (0)
Back to top