| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIServiceList |
ApiregistrationV1beta1Api.listAPIService(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 APIService
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1APIServiceList> |
ApiregistrationV1beta1Api.listAPIServiceWithHttpInfo(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 APIService
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiregistrationV1beta1Api.listAPIServiceAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1APIServiceList> _callback)
(asynchronously) list or watch objects of kind APIService
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1APIServiceList |
V1beta1APIServiceList.addItemsItem(V1beta1APIService itemsItem) |
V1beta1APIServiceList |
V1beta1APIServiceList.apiVersion(String apiVersion) |
V1beta1APIServiceList |
V1beta1APIServiceList.items(List<V1beta1APIService> items) |
V1beta1APIServiceList |
V1beta1APIServiceList.kind(String kind) |
V1beta1APIServiceList |
V1beta1APIServiceList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.