Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RecordAuthorizationDecision (0.77 sec)

  1. staging/src/k8s.io/apiserver/pkg/authorization/metrics/metrics.go

    		// matches SubjectAccessReview status.allowed field name
    		RecordAuthorizationDecision(a.authorizerType, a.authorizerName, "allowed")
    	case authorizer.DecisionDeny:
    		// matches SubjectAccessReview status.denied field name
    		RecordAuthorizationDecision(a.authorizerType, a.authorizerName, "denied")
    	default:
    		RecordAuthorizationDecision(a.authorizerType, a.authorizerName, "unknown")
    	}
    	return decision, reason, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 13:20:59 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top