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/ |
V1TokenReview CreateTokenReview(ctx, body, optional)
create a TokenReview
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 are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
body | V1TokenReview | ||
pretty | string | If 'true', then the output is pretty printed. |
- 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]
V1ApiResourceList GetAPIResources(ctx, )
get available resources
This endpoint does not need any parameter.
- 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]