Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertCELValueToStringList (0.52 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go

    		return false
    	}
    	return true
    }
    
    // convertCELValueToStringList converts the CEL value to a string list.
    // The CEL value needs to be either a string or a list of strings.
    // "", [] are treated as not being present and will return nil.
    // Empty string in a list of strings is treated as not being present and will be filtered out.
    func convertCELValueToStringList(val ref.Val) ([]string, error) {
    	switch val.Type().TypeName() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 19:29:33 UTC 2024
    - 37.9K bytes
    - Viewed (0)
Back to top