Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty)
create a ServiceAccount
|
V1ServiceAccount |
CoreV1Api.patchNamespacedServiceAccount(String name,
String namespace,
Object body,
String pretty)
partially update the specified ServiceAccount
|
V1ServiceAccount |
CoreV1Api.readNamespacedServiceAccount(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty)
create a ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.patchNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.readNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAccountCall(String namespace,
V1ServiceAccount body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty)
create a ServiceAccount
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
replace the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAccountCall(String name,
String namespace,
V1ServiceAccount body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
create a ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceAccountAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
partially update the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
read the specified ServiceAccount
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
ApiCallback<V1ServiceAccount> callback)
(asynchronously)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
V1ServiceAccount.addImagePullSecretsItem(V1LocalObjectReference imagePullSecretsItem) |
V1ServiceAccount |
V1ServiceAccount.addSecretsItem(V1ObjectReference secretsItem) |
V1ServiceAccount |
V1ServiceAccount.apiVersion(String apiVersion) |
V1ServiceAccount |
V1ServiceAccount.automountServiceAccountToken(Boolean automountServiceAccountToken) |
V1ServiceAccount |
V1ServiceAccount.imagePullSecrets(List<V1LocalObjectReference> imagePullSecrets) |
V1ServiceAccount |
V1ServiceAccount.kind(String kind) |
V1ServiceAccount |
V1ServiceAccount.metadata(V1ObjectMeta metadata) |
V1ServiceAccount |
V1ServiceAccount.secrets(List<V1ObjectReference> secrets) |
Modifier and Type | Method and Description |
---|---|
List<V1ServiceAccount> |
V1ServiceAccountList.getItems()
List of ServiceAccounts.
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccountList |
V1ServiceAccountList.addItemsItem(V1ServiceAccount itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1ServiceAccountList |
V1ServiceAccountList.items(List<V1ServiceAccount> items) |
void |
V1ServiceAccountList.setItems(List<V1ServiceAccount> items) |
Copyright © 2018. All rights reserved.