Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for knownValues (1.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/lazy/lazy.go

    	values map[string]ref.Val
    	// callbacks are a map of field name to the function that returns the field Val
    	callbacks map[string]GetFieldFunc
    	// knownValues are registered names, used for iteration
    	knownValues []string
    }
    
    func NewMapValue(objectType ref.Type) *MapValue {
    	return &MapValue{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top