kubernetes/staging/src/k8s.io/apiserver/pkg/endpoints/filters/authorization_test.go

func TestGetAuthorizerAttributes(t *testing.T) {}

type fakeAuthorizer

func (f fakeAuthorizer) Authorize(ctx context.Context, a authorizer.Attributes) (authorizer.Decision, string, error) {}

func TestAuditAnnotation(t *testing.T) {}