Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1TokenReview |
AuthenticationV1beta1Api.createTokenReview(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1TokenReview> |
AuthenticationV1beta1Api.createTokenReviewWithHttpInfo(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
Modifier and Type | Method and Description |
---|---|
V1beta1TokenReview |
AuthenticationV1beta1Api.createTokenReview(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
okhttp3.Call |
AuthenticationV1beta1Api.createTokenReviewAsync(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1TokenReview> _callback)
(asynchronously) create a TokenReview
|
okhttp3.Call |
AuthenticationV1beta1Api.createTokenReviewCall(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createTokenReview
|
ApiResponse<V1beta1TokenReview> |
AuthenticationV1beta1Api.createTokenReviewWithHttpInfo(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty)
create a TokenReview
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AuthenticationV1beta1Api.createTokenReviewAsync(V1beta1TokenReview body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<V1beta1TokenReview> _callback)
(asynchronously) create a TokenReview
|
Modifier and Type | Method and Description |
---|---|
V1beta1TokenReview |
V1beta1TokenReview.apiVersion(String apiVersion) |
V1beta1TokenReview |
V1beta1TokenReviewBuilder.build() |
V1beta1TokenReview |
V1beta1TokenReview.kind(String kind) |
V1beta1TokenReview |
V1beta1TokenReview.metadata(V1ObjectMeta metadata) |
V1beta1TokenReview |
V1beta1TokenReview.spec(V1beta1TokenReviewSpec spec) |
V1beta1TokenReview |
V1beta1TokenReview.status(V1beta1TokenReviewStatus status) |
Constructor and Description |
---|
V1beta1TokenReviewBuilder(V1beta1TokenReview instance) |
V1beta1TokenReviewBuilder(V1beta1TokenReview instance,
Boolean validationEnabled) |
V1beta1TokenReviewBuilder(V1beta1TokenReviewFluent<?> fluent,
V1beta1TokenReview instance) |
V1beta1TokenReviewBuilder(V1beta1TokenReviewFluent<?> fluent,
V1beta1TokenReview instance,
Boolean validationEnabled) |
V1beta1TokenReviewFluentImpl(V1beta1TokenReview instance) |
Copyright © 2020. All rights reserved.