Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 2.22 KB

AuthenticationV1Api.md

File metadata and controls

71 lines (42 loc) · 2.22 KB

\AuthenticationV1Api

All URIs are relative to https://localhost

Method HTTP request Description
CreateTokenReview Post /apis/authentication.k8s.io/v1/tokenreviews
GetAPIResources Get /apis/authentication.k8s.io/v1/

CreateTokenReview

V1TokenReview CreateTokenReview(ctx, body, optional)

create a TokenReview

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
body V1TokenReview
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
body V1TokenReview
pretty string If 'true', then the output is pretty printed.

Return type

V1TokenReview

Authorization

BearerToken

HTTP request headers

  • Content-Type: /
  • Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetAPIResources

V1ApiResourceList GetAPIResources(ctx, )

get available resources

Required Parameters

This endpoint does not need any parameter.

Return type

V1ApiResourceList

Authorization

BearerToken

HTTP request headers

  • Content-Type: application/json, application/yaml, application/vnd.kubernetes.protobuf
  • Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf

[Back to top] [Back to API list] [Back to Model list] [Back to README]