k3s/docs/api-reference
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/v1beta1 Init containers in GA - generated code 2017-02-03 01:08:25 +01:00
authentication.k8s.io Generated files for authentication.k8s.io/v1 2017-02-07 01:44:56 -05:00
authorization.k8s.io Generated files 2017-02-06 18:16:51 -05:00
autoscaling Generated Files for autoscaling/v2alpha1 2017-02-07 22:25:27 -05:00
batch Init containers in GA - generated code 2017-02-03 01:08:25 +01:00
certificates.k8s.io/v1beta1 checking-in generated code 2017-01-25 22:05:21 +01:00
extensions/v1beta1 Init containers in GA - generated code 2017-02-03 01:08:25 +01:00
policy/v1beta1 checking-in generated code 2017-01-25 22:05:21 +01:00
rbac.authorization.k8s.io checking-in generated code 2017-01-25 22:05:21 +01:00
storage.k8s.io/v1beta1 checking-in generated code 2017-01-25 22:05:21 +01:00
v1 Init containers in GA - generated code 2017-02-03 01:08:25 +01:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
labels-annotations-taints.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

README.md

API Reference

Use the following reference docs to understand the kubernetes REST API for various API group versions:

Analytics