Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for escapeKeyProps (0.37 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/common/values.go

    		escapedKeyProps:  t.escapedKeyProps,
    	}
    }
    
    // escapeKeyProps returns identifiers with Escape applied to each.
    // Identifiers that cannot be escaped are left as-is. They are inaccessible to CEL programs but are
    // are still needed internally to perform equality checks.
    func escapeKeyProps(idents []string) []string {
    	result := make([]string, len(idents))
    	for i, prop := range idents {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:30:17 UTC 2023
    - 20.5K bytes
    - Viewed (0)
Back to top