kubernetes/plugin/pkg
Michal Rostecki fa0dd46ab7 Return (bool, error) in Authorizer.Authorize()
Before this change, Authorize() method was just returning an error,
regardless of whether the user is unauthorized or whether there
is some other unrelated error. Returning boolean with information
about user authorization and error (which should be unrelated to
the authorization) separately will make it easier to debug.

Fixes #27974
2016-07-18 12:06:54 +02:00
..
admission Fixed several typos 2016-07-13 15:06:24 +01:00
auth Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00
client/auth Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
scheduler Fix crashes in schedulercache 2016-07-18 10:04:36 +02:00
webhook Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00