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 |
---|---|
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 © 2018. All rights reserved.