Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ServiceAccount
|
V1ServiceAccount |
CoreV1Api.deleteNamespacedServiceAccount(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ServiceAccount
|
V1ServiceAccount |
CoreV1Api.patchNamespacedServiceAccount(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified ServiceAccount
|
V1ServiceAccount |
CoreV1Api.readNamespacedServiceAccount(String name,
String namespace,
String pretty)
read the specified ServiceAccount
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.deleteNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.patchNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.readNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
String pretty)
read the specified ServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountCall(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create a ServiceAccount
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountCall(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.deleteNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) delete a ServiceAccount
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAccountAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) read the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
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 © 2022. All rights reserved.