| Package | Description |
|---|---|
| io.kubernetes.client.apis | |
| io.kubernetes.client.models |
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResourceList |
ExtensionsV1beta1Api.listThirdPartyResource(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1beta1ThirdPartyResourceList> |
ExtensionsV1beta1Api.listThirdPartyResourceWithHttpInfo(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ExtensionsV1beta1Api.listThirdPartyResourceAsync(String pretty,
String fieldSelector,
String labelSelector,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1ThirdPartyResourceList> callback)
(asynchronously)
list or watch objects of kind ThirdPartyResource
|
| Modifier and Type | Method and Description |
|---|---|
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.addItemsItem(V1beta1ThirdPartyResource itemsItem) |
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.apiVersion(String apiVersion) |
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.items(List<V1beta1ThirdPartyResource> items) |
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.kind(String kind) |
V1beta1ThirdPartyResourceList |
V1beta1ThirdPartyResourceList.metadata(V1ListMeta metadata) |
Copyright © 2017. All rights reserved.