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 |
V1TokenReviewBuilder.build() |
V1TokenReview |
V1TokenReview.kind(String kind) |
V1TokenReview |
V1TokenReview.metadata(V1ObjectMeta metadata) |
V1TokenReview |
V1TokenReview.spec(V1TokenReviewSpec spec) |
V1TokenReview |
V1TokenReview.status(V1TokenReviewStatus status) |
Constructor and Description |
---|
V1TokenReviewBuilder(V1TokenReview instance) |
V1TokenReviewBuilder(V1TokenReview instance,
Boolean validationEnabled) |
V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent,
V1TokenReview instance) |
V1TokenReviewBuilder(V1TokenReviewFluent<?> fluent,
V1TokenReview instance,
Boolean validationEnabled) |
V1TokenReviewFluentImpl(V1TokenReview instance) |
Copyright © 2020. All rights reserved.