k3s/test
Kubernetes Submit Queue 460f44347c Merge pull request #40709 from liggitt/v1-sar
Automatic merge from submit-queue (batch tested with PRs 40971, 41027, 40709, 40903, 39369)

Promote SubjectAccessReview to v1

We have multiple features that depend on this API:

SubjectAccessReview
- [webhook authorization](https://kubernetes.io/docs/admin/authorization/#webhook-mode)
- [kubelet delegated authorization](https://kubernetes.io/docs/admin/kubelet-authentication-authorization/#kubelet-authorization)
- add-on API server delegated authorization

The API has been in use since 1.3 in beta status (v1beta1) with negligible changes:
- Added a status field for reporting errors evaluating access
- A typo was discovered in the SubjectAccessReviewSpec Groups field name

This PR promotes the existing v1beta1 API to v1, with the only change being the typo fix to the groups field. (fixes https://github.com/kubernetes/kubernetes/issues/32709)

Because the API does not persist data (it is a query/response-style API), there are no data migration concerns.

This positions us to promote the features that depend on this API to stable in 1.7

cc @kubernetes/sig-auth-api-reviews @kubernetes/sig-auth-misc

```release-note
The authorization.k8s.io API group was promoted to v1
```
2017-02-06 20:57:15 -08:00
..
e2e Merge pull request #40709 from liggitt/v1-sar 2017-02-06 20:57:15 -08:00
e2e_federation Merge pull request #40786 from madhusudancs/fed-e2e-svc-nocluster-refactor 2017-02-06 16:51:07 -08:00
e2e_node Merge pull request #41027 from dchen1107/master 2017-02-06 20:57:14 -08:00
fixtures install authorization.k8s.io/v1, add tests 2017-02-06 18:16:51 -05:00
images test/images/mount-tester-user: bump base image to 0.8 2017-02-01 20:42:02 +00:00
integration Merge pull request #40385 from ncdc/shared-informers-02-swap-existing 2017-02-06 16:25:42 -08:00
kubemark Merge pull request #40622 from shyamjvs/refactor-returns-again 2017-02-06 06:45:10 -08:00
list Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
soak move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
utils move workqueue to client-go 2017-01-30 09:08:21 -05:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Add Janet and Michail to test approver list 2017-02-03 16:24:13 -08:00
test_owners.csv Refactorying namespace deletion code to enable reuse with federation namespace controller 2017-02-06 10:50:40 -08:00