kubernetes/cmd/kubelet/app
Kubernetes Submit Queue f9215e8fb3 Merge pull request #41058 from liggitt/v1-tokenreview
Automatic merge from submit-queue (batch tested with PRs 41112, 41201, 41058, 40650, 40926)

Promote TokenReview to v1

Peer to https://github.com/kubernetes/kubernetes/pull/40709

We have multiple features that depend on this API:

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

The API has been in use since 1.3 in beta status (v1beta1) with negligible changes:
- Added a status field for reporting errors evaluating the token

This PR promotes the existing v1beta1 API to v1 with no changes

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 authentication.k8s.io API group was promoted to v1
```
2017-02-10 01:40:44 -08:00
..
options Remove deprecated --system-container flag 2017-02-07 14:32:38 -08:00
auth.go install authentication.k8s.io/v1, add tests 2017-02-07 01:44:56 -05:00
bootstrap_test.go find and replace 2017-01-20 08:04:53 -05:00
bootstrap.go Move certificate loading function where it can be shared. 2017-01-30 09:28:50 -08:00
BUILD remove unnecessarily duplication since types collapsed 2017-02-02 09:57:58 -05:00
OWNERS Update OWNERS 2017-01-18 15:19:06 -08:00
plugins.go clean up exec network plugin 2016-12-27 14:04:57 -08:00
server_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
server_test.go remove api to util dependency hiding types 2017-01-25 08:28:28 -05:00
server_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
server.go Merge pull request #40770 from apilloud/clientset_interface 2017-02-07 22:12:39 -08:00