Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
AuthenticationV1TokenRequest |
CoreV1Api.createNamespacedServiceAccountToken(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty)
create token of a ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<AuthenticationV1TokenRequest> |
CoreV1Api.createNamespacedServiceAccountTokenWithHttpInfo(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty)
create token of a ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
AuthenticationV1TokenRequest |
CoreV1Api.createNamespacedServiceAccountToken(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty)
create token of a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountTokenAsync(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<AuthenticationV1TokenRequest> _callback)
(asynchronously) create token of a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountTokenCall(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback _callback)
Build call for createNamespacedServiceAccountToken
|
ApiResponse<AuthenticationV1TokenRequest> |
CoreV1Api.createNamespacedServiceAccountTokenWithHttpInfo(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty)
create token of a ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountTokenAsync(String name,
String namespace,
AuthenticationV1TokenRequest body,
String dryRun,
String fieldManager,
String pretty,
ApiCallback<AuthenticationV1TokenRequest> _callback)
(asynchronously) create token of a ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
AuthenticationV1TokenRequest |
AuthenticationV1TokenRequest.apiVersion(String apiVersion) |
AuthenticationV1TokenRequest |
AuthenticationV1TokenRequest.kind(String kind) |
AuthenticationV1TokenRequest |
AuthenticationV1TokenRequest.metadata(V1ObjectMeta metadata) |
AuthenticationV1TokenRequest |
AuthenticationV1TokenRequest.spec(V1TokenRequestSpec spec) |
AuthenticationV1TokenRequest |
AuthenticationV1TokenRequest.status(V1TokenRequestStatus status) |
Copyright © 2022. All rights reserved.