kubernetes/pkg/client
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
..
chaosclient start the apimachinery repo 2017-01-11 09:09:48 -05:00
clientset_generated Merge pull request #41058 from liggitt/v1-tokenreview 2017-02-10 01:40:44 -08:00
conditions mechanical 2017-01-16 09:35:12 -05:00
informers/informers_generated Generated Files for autoscaling/v2alpha1 2017-02-07 22:25:27 -05:00
leaderelection move client/record 2017-01-31 19:14:13 -05:00
legacylisters make tools/cache authoritative 2017-01-25 08:29:45 -05:00
listers Merge pull request #41058 from liggitt/v1-tokenreview 2017-02-10 01:40:44 -08:00
metrics Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
retry mechanical 2017-01-16 09:35:12 -05:00
testdata Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
tests CRI Portforward needs to forward websocket ports 2017-02-01 18:03:42 -07:00
unversioned move portforward to client-go 2017-01-31 14:13:35 -05:00
OWNERS add liggitt to apimachinery/apiserver packages 2017-02-03 12:24:22 -05:00