| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1TokenReview |
AuthenticationV1Api.createTokenReview(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1TokenReview> |
AuthenticationV1Api.createTokenReviewWithHttpInfo(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
| Modifier and Type | Method and Description |
|---|---|
V1TokenReview |
AuthenticationV1Api.createTokenReview(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
okhttp3.Call |
AuthenticationV1Api.createTokenReviewAsync(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1TokenReview> _callback)
(asynchronously) create a TokenReview
|
okhttp3.Call |
AuthenticationV1Api.createTokenReviewCall(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createTokenReview
|
ApiResponse<V1TokenReview> |
AuthenticationV1Api.createTokenReviewWithHttpInfo(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
AuthenticationV1Api.createTokenReviewAsync(V1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1TokenReview> _callback)
(asynchronously) create a TokenReview
|
| Modifier and Type | Method and Description |
|---|---|
V1TokenReview |
V1TokenReview.apiVersion(String apiVersion) |
V1TokenReview |
V1TokenReview.kind(String kind) |
V1TokenReview |
V1TokenReview.metadata(V1ObjectMeta metadata) |
V1TokenReview |
V1TokenReview.spec(V1TokenReviewSpec spec) |
V1TokenReview |
V1TokenReview.status(V1TokenReviewStatus status) |
Copyright © 2021. All rights reserved.