k3s/pkg/registry
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
..
apps Update generated files 2017-02-03 08:15:46 +01:00
authentication install authentication.k8s.io/v1, add tests 2017-02-07 01:44:56 -05:00
authorization install authorization.k8s.io/v1, add tests 2017-02-06 18:16:51 -05:00
autoscaling Introduce HPA v2 API Objects 2017-02-07 17:20:14 -05:00
batch Update generated files 2017-02-03 08:15:46 +01:00
cachesize Update generated files 2017-02-03 08:15:46 +01:00
certificates added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
core added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
extensions added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
policy added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
rbac Update generated files 2017-02-03 08:15:46 +01:00
registrytest added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
storage Update generated files 2017-02-03 08:15:46 +01:00
BUILD Executed update-bazel.sh 2017-01-25 09:44:51 -06:00
OWNERS add deads2k to registry package owners 2017-02-06 07:41:18 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00