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)
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,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
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,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccount |
CoreV1Api.createNamespacedServiceAccount(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) create a ServiceAccount
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountCall(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
create a ServiceAccount
|
V1ServiceAccount |
CoreV1Api.replaceNamespacedServiceAccount(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) replace the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountCall(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedServiceAccount
|
ApiResponse<V1ServiceAccount> |
CoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager)
replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAccountAsync(String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
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,
Boolean force,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) partially update the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceAccountAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) read the specified ServiceAccount
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAccountAsync(String name,
String namespace,
V1ServiceAccount body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1ServiceAccount> _callback)
(asynchronously) replace the specified ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
List<V1ServiceAccount> |
V1ServiceAccountListFluentImpl.buildItems() |
List<V1ServiceAccount> |
V1ServiceAccountListFluent.buildItems() |
List<V1ServiceAccount> |
V1ServiceAccountListFluentImpl.getItems()
Deprecated.
|
List<V1ServiceAccount> |
V1ServiceAccountListFluent.getItems()
Deprecated.
|
List<V1ServiceAccount> |
V1ServiceAccountList.getItems()
List of ServiceAccounts.
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccountList |
V1ServiceAccountList.addItemsItem(V1ServiceAccount itemsItem) |
V1ServiceAccountListFluent.ItemsNested<A> |
V1ServiceAccountListFluentImpl.addNewItemLike(V1ServiceAccount item) |
V1ServiceAccountListFluent.ItemsNested<A> |
V1ServiceAccountListFluent.addNewItemLike(V1ServiceAccount item) |
A |
V1ServiceAccountListFluentImpl.addToItems(int index,
V1ServiceAccount item) |
A |
V1ServiceAccountListFluent.addToItems(int index,
V1ServiceAccount item) |
A |
V1ServiceAccountListFluentImpl.addToItems(V1ServiceAccount... items) |
A |
V1ServiceAccountListFluent.addToItems(V1ServiceAccount... items) |
A |
V1ServiceAccountListFluentImpl.removeFromItems(V1ServiceAccount... items) |
A |
V1ServiceAccountListFluent.removeFromItems(V1ServiceAccount... items) |
V1ServiceAccountListFluent.ItemsNested<A> |
V1ServiceAccountListFluentImpl.setNewItemLike(int index,
V1ServiceAccount item) |
V1ServiceAccountListFluent.ItemsNested<A> |
V1ServiceAccountListFluent.setNewItemLike(int index,
V1ServiceAccount item) |
A |
V1ServiceAccountListFluentImpl.setToItems(int index,
V1ServiceAccount item) |
A |
V1ServiceAccountListFluent.setToItems(int index,
V1ServiceAccount item) |
A |
V1ServiceAccountListFluentImpl.withItems(V1ServiceAccount... items) |
A |
V1ServiceAccountListFluent.withItems(V1ServiceAccount... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1ServiceAccountListFluentImpl.addAllToItems(Collection<V1ServiceAccount> items) |
A |
V1ServiceAccountListFluent.addAllToItems(Collection<V1ServiceAccount> items) |
V1ServiceAccountList |
V1ServiceAccountList.items(List<V1ServiceAccount> items) |
A |
V1ServiceAccountListFluentImpl.removeAllFromItems(Collection<V1ServiceAccount> items) |
A |
V1ServiceAccountListFluent.removeAllFromItems(Collection<V1ServiceAccount> items) |
void |
V1ServiceAccountList.setItems(List<V1ServiceAccount> items) |
A |
V1ServiceAccountListFluentImpl.withItems(List<V1ServiceAccount> items) |
A |
V1ServiceAccountListFluent.withItems(List<V1ServiceAccount> items) |
Constructor and Description |
---|
V1ServiceAccountBuilder(V1ServiceAccount instance) |
V1ServiceAccountBuilder(V1ServiceAccount instance,
Boolean validationEnabled) |
V1ServiceAccountBuilder(V1ServiceAccountFluent<?> fluent,
V1ServiceAccount instance) |
V1ServiceAccountBuilder(V1ServiceAccountFluent<?> fluent,
V1ServiceAccount instance,
Boolean validationEnabled) |
V1ServiceAccountFluentImpl(V1ServiceAccount instance) |
Copyright © 2021. All rights reserved.