Operations

get available resources

GET /apis/authentication.k8s.io/v1beta1

Responses

HTTP Code Description Schema

default

success

v1.APIResourceList

Consumes

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Tags

  • apisauthentication.k8s.iov1beta1

create a TokenReview

POST /apis/authentication.k8s.io/v1beta1/tokenreviews

Parameters

Type Name Description Required Schema Default

QueryParameter

pretty

If true, then the output is pretty printed.

false

string

BodyParameter

body

true

v1beta1.TokenReview

QueryParameter

dryRun

When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

false

string

QueryParameter

includeUninitialized

If IncludeUninitialized is specified, the object may be returned without completing initialization.

false

boolean

Responses

HTTP Code Description Schema

202

Accepted

v1beta1.TokenReview

200

success

v1beta1.TokenReview

201

Created

v1beta1.TokenReview

Consumes

  • /

Produces

  • application/json

  • application/yaml

  • application/vnd.kubernetes.protobuf

Tags

  • apisauthentication.k8s.iov1beta1