Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1SecretList |
CoreV1Api.listNamespacedSecret(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 Secret
|
V1SecretList |
CoreV1Api.listSecretForAllNamespaces(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 Secret
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1SecretList> |
CoreV1Api.listNamespacedSecretWithHttpInfo(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 Secret
|
ApiResponse<V1SecretList> |
CoreV1Api.listSecretForAllNamespacesWithHttpInfo(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 Secret
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listNamespacedSecretAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1SecretList> _callback)
(asynchronously) list or watch objects of kind Secret
|
okhttp3.Call |
CoreV1Api.listSecretForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1SecretList> _callback)
(asynchronously) list or watch objects of kind Secret
|
Modifier and Type | Method and Description |
---|---|
V1SecretList |
V1SecretList.addItemsItem(V1Secret itemsItem) |
V1SecretList |
V1SecretList.apiVersion(String apiVersion) |
V1SecretList |
V1SecretListBuilder.build() |
V1SecretList |
V1SecretList.items(List<V1Secret> items) |
V1SecretList |
V1SecretList.kind(String kind) |
V1SecretList |
V1SecretList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1SecretListBuilder(V1SecretList instance) |
V1SecretListBuilder(V1SecretList instance,
Boolean validationEnabled) |
V1SecretListBuilder(V1SecretListFluent<?> fluent,
V1SecretList instance) |
V1SecretListBuilder(V1SecretListFluent<?> fluent,
V1SecretList instance,
Boolean validationEnabled) |
V1SecretListFluentImpl(V1SecretList instance) |
Copyright © 2020. All rights reserved.