Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1ServiceAccountList |
CoreV1Api.listNamespacedServiceAccount(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
V1ServiceAccountList |
CoreV1Api.listServiceAccountForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1ServiceAccountList> |
CoreV1Api.listNamespacedServiceAccountWithHttpInfo(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
ApiResponse<V1ServiceAccountList> |
CoreV1Api.listServiceAccountForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listNamespacedServiceAccountAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceAccountList> _callback)
(asynchronously) list or watch objects of kind ServiceAccount
|
okhttp3.Call |
CoreV1Api.listServiceAccountForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ServiceAccountList> _callback)
(asynchronously) list or watch objects of kind ServiceAccount
|
Modifier and Type | Method and Description |
---|---|
V1ServiceAccountList |
V1ServiceAccountList.addItemsItem(V1ServiceAccount itemsItem) |
V1ServiceAccountList |
V1ServiceAccountList.apiVersion(String apiVersion) |
V1ServiceAccountList |
V1ServiceAccountListBuilder.build() |
V1ServiceAccountList |
V1ServiceAccountList.items(List<V1ServiceAccount> items) |
V1ServiceAccountList |
V1ServiceAccountList.kind(String kind) |
V1ServiceAccountList |
V1ServiceAccountList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1ServiceAccountListBuilder(V1ServiceAccountList instance) |
V1ServiceAccountListBuilder(V1ServiceAccountList instance,
Boolean validationEnabled) |
V1ServiceAccountListBuilder(V1ServiceAccountListFluent<?> fluent,
V1ServiceAccountList instance) |
V1ServiceAccountListBuilder(V1ServiceAccountListFluent<?> fluent,
V1ServiceAccountList instance,
Boolean validationEnabled) |
V1ServiceAccountListFluentImpl(V1ServiceAccountList instance) |
Copyright © 2020. All rights reserved.