kubernetes/cmd/libs/go2idl
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
..
client-gen Regenerate clients 2017-01-31 11:16:27 -05:00
conversion-gen conversion-gen: add vendor package support 2017-02-02 06:58:28 +01:00
deepcopy-gen Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
defaulter-gen Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
go-to-protobuf Merge pull request #41058 from liggitt/v1-tokenreview 2017-02-10 01:40:44 -08:00
import-boss Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
informer-gen Remove command line from informer/lister generated comment 2017-01-30 14:42:42 -05:00
lister-gen Regenerate listers/informers 2017-01-30 15:46:36 -05:00
openapi-gen Add OpenAPI extensions to openapi_gen (Definition Generator) 2017-02-07 16:13:29 -08:00
set-gen remove files moved to apimachinery 2017-01-17 07:46:34 -05:00
.import-restrictions k8s.io/apimachinery scripts 2017-01-11 08:15:34 -05:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00