Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for authorizer_path (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/authz.go

    func (*authz) LibraryName() string {
    	return "k8s.authz"
    }
    
    var authzLibraryDecls = map[string][]cel.FunctionOpt{
    	"path": {
    		cel.MemberOverload("authorizer_path", []*cel.Type{AuthorizerType, cel.StringType}, PathCheckType,
    			cel.BinaryBinding(authorizerPath))},
    	"group": {
    		cel.MemberOverload("authorizer_group", []*cel.Type{AuthorizerType, cel.StringType}, GroupCheckType,
    			cel.BinaryBinding(authorizerGroup))},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 21.1K bytes
    - Viewed (0)
Back to top